Home
last modified time | relevance | path

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/
Dunique_ptr.hpp59 typedef char true_t; typedef in boost::move_upd::is_noncopyable
265 typedef char true_t; typedef in boost::move_upd::is_rvalue_convertible
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-complete.cpp112 typedef char true_t; typedef in PR7080::X
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/
Doperators.hpp674 struct true_t {}; struct
Doperators_v1.hpp719 struct true_t {}; struct
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/move/include/boost/move/detail/
Dunique_ptr_meta_utils.hpp429 typedef char true_t; typedef in boost::move_upmu::is_convertible
Dmeta_utils.hpp306 typedef char true_t; typedef in boost::move_detail::is_convertible
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc2707 Tensor true_t(DT_BOOL, TensorShape({})); in SimplifySwitch() local