| /external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
| D | lockable_traits.hpp | 90 struct false_type struct 92 true_type dummy[2]; 114 struct false_type struct 116 true_type dummy[2]; 138 struct false_type struct 140 true_type dummy[2];
|
| /external/libcxx/test/support/ |
| D | charconv_test_helpers.h | 51 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument 58 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument 65 _fits_in(T v, false_type, false_type /* T unsigned */, ...) in _fits_in() argument
|
| /external/sdv/vsomeip/third_party/boost/process/include/boost/process/ |
| D | system.hpp | 80 std::false_type, /*has io_context*/ in system_impl() 97 std::false_type, /*needs ios*/ in system_impl() 110 std::false_type, /*has async */ in system_impl()
|
| /external/cronet/third_party/libc++/src/test/support/ |
| D | charconv_test_helpers.h | 55 _fits_in(T v, false_type, true_type /* T signed*/, true_type /* X signed */) in _fits_in() argument 62 _fits_in(T v, false_type, true_type /* T signed */, false_type /* X unsigned*/) in _fits_in() argument 69 _fits_in(T v, false_type, false_type /* T unsigned */, ...) in _fits_in() argument
|
| /external/sdv/vsomeip/third_party/boost/container/include/boost/container/detail/ |
| D | alloc_helpers.hpp | 30 BOOST_CONTAINER_FORCEINLINE void swap_alloc(AllocatorType &, AllocatorType &, dtl::false_type) in swap_alloc() 39 …ST_CONTAINER_FORCEINLINE void assign_alloc(AllocatorType &, const AllocatorType &, dtl::false_type) in assign_alloc() 48 BOOST_CONTAINER_FORCEINLINE void move_alloc(AllocatorType &, AllocatorType &, dtl::false_type) in move_alloc()
|
| /external/tensorflow/tensorflow/core/framework/ |
| D | type_traits.h | 31 struct false_type { struct 37 struct is_quantized : false_type {}; argument
|
| /external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/ |
| D | integral_conversions.hpp | 42 BOOST_FORCEINLINE Output zero_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in zero_extend_impl() 69 BOOST_FORCEINLINE Output sign_extend_impl(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in sign_extend_impl() 90 BOOST_FORCEINLINE Output integral_extend(Input input, atomics::detail::false_type) BOOST_NOEXCEPT in integral_extend()
|
| /external/clang/test/Headers/ |
| D | arm64-apple-ios-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
|
| D | x86_64-apple-macosx-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
|
| D | thumbv7-apple-ios-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
|
| /external/cronet/third_party/libc++/src/include/__pstl/internal/ |
| D | memory_impl.h | 30 /*vector=*/std::false_type) noexcept { in __brick_uninitialized_move() 55 void __brick_destroy(_Iterator __first, _Iterator __last, /*vector*/ std::false_type) noexcept { in __brick_destroy() 79 /*vector=*/std::false_type) noexcept { in __brick_uninitialized_copy()
|
| D | algorithm_impl.h | 48 …_ForwardIterator __first, _ForwardIterator __last, _Function __f, /*vector=*/std::false_type) noex… in __brick_walk1() 115 …ick_walk1_n(_ForwardIterator __first, _Size __n, _Function __f, /*_IsVectorTag=*/std::false_type) { in __brick_walk1_n() 185 /*vector=*/std::false_type) noexcept { in __brick_walk2() 207 /*vector=*/std::false_type) noexcept { in __brick_walk2_n() 388 /*vector=*/std::false_type) noexcept { in __brick_walk3() 462 /* IsVector = */ std::false_type) noexcept { in __brick_equal() 531 /* IsVector = */ std::false_type) noexcept { in __brick_equal() 674 /*__is_vector=*/std::false_type) noexcept { in __brick_find_end() 746 /*__is_vector=*/std::false_type) noexcept { in __brick_find_first_of() 812 /*vector=*/std::false_type) noexcept { in __brick_search() [all …]
|
| D | numeric_impl.h | 42 /*Inclusive*/ std::false_type, in __brick_transform_scan() 61 /*is_vector=*/std::false_type) noexcept { in __brick_transform_scan() 287 /*is_vector*/ std::false_type) noexcept { in __brick_adjacent_difference()
|
| D | utils.h | 44 _LIBCPP_HIDE_FROM_ABI void __invoke_if(std::false_type, _Fp) {} in __invoke_if() 47 _LIBCPP_HIDE_FROM_ABI void __invoke_if_not(std::false_type, _Fp __f) { in __invoke_if_not()
|
| /external/sdv/vsomeip/third_party/boost/type_index/include/boost/type_index/runtime_cast/detail/ |
| D | runtime_cast_impl.hpp | 42 T* runtime_cast_impl(U* u, boost::false_type) BOOST_NOEXCEPT { in runtime_cast_impl() 49 T const* runtime_cast_impl(U const* u, boost::false_type) BOOST_NOEXCEPT { in runtime_cast_impl()
|
| /external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/x3/numeric/ |
| D | bool.hpp | 113 typedef literal_bool_parser<bool, char_encoding::standard> false_type; typedef 126 typedef literal_bool_parser<bool, char_encoding::standard_wide> false_type; typedef 139 typedef literal_bool_parser<bool, char_encoding::ascii> false_type; typedef 151 typedef literal_bool_parser<bool, char_encoding::iso8859_1> false_type; typedef
|
| /external/cronet/third_party/libc++/src/test/libcxx/utilities/meta/stress_tests/ |
| D | stress_test_metafunctions.sh.cpp | 54 void Foo5(TEST_AND < false_type, REPEAT_1000(TRUE_T) true_type > t5) { sink(&t5); } in Foo5() 55 … Foo6(TEST_AND < false_type, REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type > t6) { sink(&t6); } in Foo6()
|
| /external/cronet/third_party/libc++/src/include/__charconv/ |
| D | to_chars_integral.h | 62 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument 75 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
|
| /external/eigen/Eigen/src/Core/util/ |
| D | Meta.h | 97 struct false_type { enum { value = 0 }; }; argument
|
| /external/abseil-cpp/absl/container/internal/ |
| D | raw_hash_set.h | 274 std::false_type /* propagate_on_container_swap */) { in SwapAlloc() 287 void CopyAlloc(AllocType&, AllocType&, std::false_type /* propagate_alloc */) {} in CopyAlloc()
|
| /external/angle/third_party/abseil-cpp/absl/container/internal/ |
| D | raw_hash_set.h | 282 std::false_type /* propagate_on_container_swap */) { in SwapAlloc() 295 void CopyAlloc(AllocType&, AllocType&, std::false_type /* propagate_alloc */) {} in CopyAlloc()
|
| /external/cronet/third_party/abseil-cpp/absl/container/internal/ |
| D | raw_hash_set.h | 273 std::false_type /* propagate_on_container_swap */) { in SwapAlloc() 286 void CopyAlloc(AllocType&, AllocType&, std::false_type /* propagate_alloc */) {} in CopyAlloc()
|
| /external/llvm-libc/src/__support/CPP/type_traits/ |
| D | false_type.h | 16 using false_type = cpp::bool_constant<false>; variable
|
| /external/sdv/vsomeip/third_party/boost/unordered/test/unordered/ |
| D | fwd_set_test.cpp | 16 struct false_type struct 21 false_type is_unordered_set_impl(void*); argument
|
| /external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/ |
| D | signaling_NaN.pass.cpp | 33 test_imp(std::false_type) in test_imp()
|