Searched refs:if_ (Results 1 - 3 of 3) sorted by relevance

/external/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util.h94 // 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
H A Dtemplate_util_unittest.cc64 typedef if_<true, true_type, false_type>::type if_true;
67 typedef if_<false, true_type, false_type>::type if_false;
/external/clang/test/SemaTemplate/
H A Dinstantiate-function-params.cpp5 template<typename T1> struct if_ { struct
20 template <class Model> struct requirement_<void(*)(Model)> : if_< not_satisfied<Model> >::type { // expected-note 5{{in instantiation}}

Completed in 179 milliseconds