HomeSort by relevance Sort by last modified time
    Searched defs:if_ (Results 1 - 5 of 5) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
if.hpp 55 struct if_ struct in namespace:boost::mpl
72 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,if_,(T1,T2,T3))
119 struct if_
126 BOOST_MPL_AUX_LAMBDA_SUPPORT(3,if_,(C_,T1,T2))
131 BOOST_MPL_AUX_NA_SPEC(3, if_)
  /external/chromium_org/third_party/cld/base/
template_util.h 57 // if_ is a templatized conditional statement.
58 // if_<cond, A, B> is a compile time evaluation of cond.
59 // if_<>::type contains A if cond is true, B otherwise.
61 struct if_{ struct in namespace:base
66 struct if_<false, A, B> { struct in namespace:base
  /external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
template_util.h 94 // if_ is a templatized conditional statement.
95 // if_<cond, A, B> is a compile time evaluation of cond.
96 // if_<>::type contains A if cond is true, B otherwise.
98 struct if_{ struct in namespace:google::protobuf::internal
103 struct if_<false, A, B> { struct in namespace:google::protobuf::internal
  /external/clang/test/SemaTemplate/
instantiate-function-params.cpp 5 template<typename T1> struct if_ { struct
20 template <class Model> struct requirement_<void(*)(Model)> : if_< not_satisfied<Model> >::type { // expected-note 5{{in instantiation}}
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/UglifyJS/
parse-js.js 767 return if_();
886 function if_() { function
    [all...]

Completed in 678 milliseconds