Lines Matching refs:result

28 #define NN_UTIL_RETURN_IF_FAILED_BASE(result, s1, s2, s3, s4, s5) \  argument
31 ::nn::Result nn_util_return_if_failure_result = (result); \
41 #define NN_UTIL_RETURN_IF_FAILED_BASE(result, s1, s2, s3, s4, s5) \ argument
44 ::nn::Result nn_util_return_if_failure_result = (result); \
53 #define NN_UTIL_RETURN_IF_FAILED(result) NN_UTIL_RETURN_IF_FAILED_BASE(result,,,,,) argument
55 #define NN_UTIL_RETURN_IF_FAILED_0(result) NN_UTIL_RETURN_IF_FAILED_BASE(result,,,,,) argument
56 #define NN_UTIL_RETURN_IF_FAILED_1(result, c1) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,,,,) argument
57 #define NN_UTIL_RETURN_IF_FAILED_2(result, c1, c2) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,,,) argument
58 #define NN_UTIL_RETURN_IF_FAILED_3(result, c1, c2, c3) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,c2,c… argument
59 #define NN_UTIL_RETURN_IF_FAILED_4(result, c1, c2, c3, c4) NN_UTIL_RETURN_IF_FAILED_BASE(result,c1,… argument
60 #define NN_UTIL_RETURN_IF_FAILED_5(result, c1, c2, c3, c4, c5) NN_UTIL_RETURN_IF_FAILED_BASE(result argument
62 #define NN_UTIL_RETURN_IF_FAILED_EXCEPT(result, exceptResult) \ argument
65 ::nn::Result nn_util_return_if_failure_result_except = (result); \
73 #define NN_UTIL_THROW_RESULT(result) return (result) argument
75 #define NN_UTIL_THROW_RESULT(result) \ argument
78 ::nn::Result nn_util_return_throw_result = (result); \
85 #define NN_UTIL_PANIC_IF_FAILED(result) NN_PANIC_IF_FAILED(result) argument
87 #define NN_UTIL_PANIC_IF_FAILED_EXCEPT(result, exceptResult) \ argument
89 ::nn::Result nn_util_panic_if_failed_except_result = (result); \