Searched defs:check_call (Results 1 – 8 of 8) sorted by relevance
| /third_party/boost/boost/type_erasure/detail/ |
| D | check_call.hpp | 37 struct check_call : ::boost::mpl::false_ {}; struct 155 struct check_call<R(T...), void(U...)> { struct 158 > type; 202 struct check_call<R(T...), void(U...)> { struct 205 >::type type; 237 struct check_call<R(BOOST_PP_ENUM_PARAMS(N, T)), void(BOOST_PP_ENUM_BINARY_PARAMS(N, U, u))> { struct 238 typedef ::boost::mpl::true_ type0; 240 typedef BOOST_PP_CAT(type, N) type;
|
| /third_party/boost/libs/type_traits/test/ |
| D | type_with_alignment_test.cpp | 35 void check_call(const T& v) in check_call() function
|
| /third_party/flutter/skia/tools/skqp/ |
| D | make_universal_apk.py | 49 def check_call(cmd, **kwargs): function
|
| /third_party/skia/tools/skqp/ |
| D | create_apk.py | 55 def check_call(cmd, **kwargs): function
|
| /third_party/skia/experimental/tools/ |
| D | pdf-comparison.py | 72 def check_call(cmd, **kwargs): function
|
| /third_party/ltp/tools/sparse/sparse-src/ |
| D | scheck.c | 265 static bool check_call(Btor *btor, BoolectorNode **pre, struct instruction *insn) in check_call() function
|
| /third_party/boost/libs/predef/tools/ci/ |
| D | common.py | 310 def check_call(*command, **kargs): member in utils
|
| /third_party/python/Lib/ |
| D | subprocess.py | 354 def check_call(*popenargs, **kwargs): function
|