Searched defs:true_t (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/ | ||
D | unique_ptr.hpp | 59 typedef char true_t; typedef in boost::move_upd::is_noncopyable |
/aosp_15_r20/external/clang/test/SemaTemplate/ | ||
H A D | instantiate-complete.cpp | 112 typedef char true_t; typedef in PR7080::X |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/ | ||
D | operators.hpp | 674 struct true_t {}; struct |
D | operators_v1.hpp | 719 struct true_t {}; struct |
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/ | ||
D | unique_ptr_meta_utils.hpp | 429 typedef char true_t; typedef in boost::move_upmu::is_convertible |
D | meta_utils.hpp | 306 typedef char true_t; typedef in boost::move_detail::is_convertible |
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/ | ||
H A D | constant_folding.cc | 2707 Tensor true_t(DT_BOOL, TensorShape({})); in SimplifySwitch() local |