Home
last modified time | relevance | path

Searched defs:check_call (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/boost/type_erasure/detail/
Dcheck_call.hpp37 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/
Dtype_with_alignment_test.cpp35 void check_call(const T& v) in check_call() function
/third_party/flutter/skia/tools/skqp/
Dmake_universal_apk.py49 def check_call(cmd, **kwargs): function
/third_party/skia/tools/skqp/
Dcreate_apk.py55 def check_call(cmd, **kwargs): function
/third_party/skia/experimental/tools/
Dpdf-comparison.py72 def check_call(cmd, **kwargs): function
/third_party/ltp/tools/sparse/sparse-src/
Dscheck.c265 static bool check_call(Btor *btor, BoolectorNode **pre, struct instruction *insn) in check_call() function
/third_party/boost/libs/predef/tools/ci/
Dcommon.py310 def check_call(*command, **kargs): member in utils
/third_party/python/Lib/
Dsubprocess.py354 def check_call(*popenargs, **kwargs): function