Home
last modified time | relevance | path

Searched defs:false_t (Results 1 – 9 of 9) sorted by relevance

/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/
Dare_tagged_arguments.hpp48 #define BOOST_PARAMETER_ARE_TAGGED_ARGUMENTS_END_Z(z, n, false_t) , false_t> argument
/external/sdv/vsomeip/third_party/boost/parameter/include/boost/parameter/aux_/preprocessor/
Dno_perfect_forwarding_begin.hpp12 #define BOOST_PARAMETER_satisfies_end(z, n, false_t) ,false_t> argument
/external/clang/test/SemaTemplate/
Dinstantiate-complete.cpp113 class false_t { char dummy[2]; }; class in PR7080::X
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/
Dunique_ptr.hpp60 class false_t { char dummy[2]; }; class in boost::move_upd::is_noncopyable
266 class false_t { char dummy[2]; }; class in boost::move_upd::is_rvalue_convertible
/external/sdv/vsomeip/third_party/boost/utility/include/boost/
Doperators.hpp675 struct false_t {}; struct
Doperators_v1.hpp720 struct false_t {}; struct
/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dunique_ptr_meta_utils.hpp430 class false_t { char dummy[2]; }; class in boost::move_upmu::is_convertible
Dmeta_utils.hpp307 class false_t { char dummy[2]; }; class in boost::move_detail::is_convertible
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2706 Tensor false_t(DT_BOOL, TensorShape({})); in SimplifySwitch() local