Searched defs:check_condition (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/parameter-framework/asio-1.10.6/include/asio/impl/ |
H A D | connect.hpp | 144 void check_condition(const asio::error_code& ec, in check_condition() function in asio::detail::base_from_connect_condition 166 void check_condition(const asio::error_code&, Iterator&, Iterator&) in check_condition() function in asio::detail::base_from_connect_condition
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/tools/clang_tidy_checks/ |
H A D | proper_version_checks.cpp | 34 void check_condition(clang::SourceLocation location, clang::SourceRange condition_range) { in check_condition() function in libcpp::__anon486a30fa0111::proper_version_checks_callbacks
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/impl/ |
D | connect.hpp | 270 void check_condition(const boost::system::error_code& ec, in check_condition() function in boost::asio::detail::base_from_connect_condition 291 void check_condition(const boost::system::error_code&, Iterator&, Iterator&) in check_condition() function in boost::asio::detail::base_from_connect_condition
|
/aosp_15_r20/external/lua/src/ |
H A D | lparser.c | 122 #define check_condition(ls,c,msg) { if (!(c)) luaX_syntaxerror(ls, msg); } macro
|