Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/kernel_util/
H A Dtype_list.h35 struct false_t : std::false_type {}; struct
/aosp_15_r20/external/pytorch/c10/util/
H A DTypeList.h13 struct false_t : std::false_type {}; struct
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/clang/test/SemaTemplate/
H A Dinstantiate-complete.cpp113 class false_t { char dummy[2]; }; class in PR7080::X
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/include/boost/
Doperators.hpp675 struct false_t {}; struct
Doperators_v1.hpp720 struct false_t {}; struct
/aosp_15_r20/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
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dconstant_folding.cc2706 Tensor false_t(DT_BOOL, TensorShape({})); in SimplifySwitch() local