Lines Matching refs:filename

33 …void nnResultFailureHandlerImpl(nn::Result result, const char* filename, int lineno, const char* f…  in nnResultFailureHandlerImpl()  argument
39 nn::dbg::detail::Printf(" (process_id:%d) (%s:%d)\n", processId, filename, lineno); in nnResultFailureHandlerImpl()
44 …void nnResultTFailureHandlerImpl(nn::Result result, const char* filename, int lineno, const char* … in nnResultTFailureHandlerImpl() argument
50 nn::dbg::detail::TPrintf(" (process_id:%d) (%s:%d)\n", processId, filename, lineno); in nnResultTFailureHandlerImpl()
66 …void nnResultPanicHandlerImpl(nn::Result result, const char* filename, int lineno, const char* fmt… in nnResultPanicHandlerImpl() argument
69 NN_UNUSED_VAR(filename); in nnResultPanicHandlerImpl()
79 NN_LOG(" (process_id:%d) (%s:%d)\n", processId, filename, lineno); in nnResultPanicHandlerImpl()
84 …void nnResultTPanicHandlerImpl(nn::Result result, const char* filename, int lineno, const char* fm… in nnResultTPanicHandlerImpl() argument
87 NN_UNUSED_VAR(filename); in nnResultTPanicHandlerImpl()
97 NN_TLOG_(" (process_id:%d) (%s:%d)\n", processId, filename, lineno); in nnResultTPanicHandlerImpl()
107 NN_WEAK_SYMBOL int nnResultFailureHandler(nnResult result, const char* filename, int lineno, const … in nnResultFailureHandler() argument
111 nnResultFailureHandlerImpl(result, filename, lineno, fmt, vlist); in nnResultFailureHandler()
116 NN_WEAK_SYMBOL int nnResultTFailureHandler(nnResult result, const char* filename, int lineno, const… in nnResultTFailureHandler() argument
120 nnResultTFailureHandlerImpl(result, filename, lineno, fmt, vlist); in nnResultTFailureHandler()
126 NN_WEAK_SYMBOL int nnResultPanicHandler(nnResult result, const char* filename, int lineno, const ch… in nnResultPanicHandler() argument
130 nnResultPanicHandlerImpl(result, filename, lineno, fmt, vlist); in nnResultPanicHandler()
135 NN_WEAK_SYMBOL int nnResultTPanicHandler(nnResult result, const char* filename, int lineno, const c… in nnResultTPanicHandler() argument
139 nnResultTPanicHandlerImpl(result, filename, lineno, fmt, vlist); in nnResultTPanicHandler()