/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/pytorch/c10/util/ |
D | TypeSafeSignMath.h | 27 inline constexpr bool is_negative(const T& x, std::false_type /*is_unsigned*/) { in is_negative() 49 inline constexpr int signum(const T& x, std::false_type /*is_unsigned*/) { in signum() 93 std::false_type /*limit_is_unsigned*/, in less_than_lowest() 103 std::false_type /*limit_is_unsigned*/, in less_than_lowest() 114 std::false_type /*x_is_unsigned*/) { in less_than_lowest()
|
/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/stable/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/cronet/tot/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 | 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
|
D | arm64-apple-ios-types.cpp | 8 struct false_type { struct 12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
|
/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/pytorch/aten/src/ATen/native/vulkan/api/ |
D | Utils.h | 80 std::false_type /*is_unsigned*/) { in is_negative() 98 std::false_type /*limit_is_unsigned*/, in less_than_lowest() 109 std::false_type /*limit_is_unsigned*/, in less_than_lowest() 121 std::false_type /*x_is_unsigned*/) { in less_than_lowest()
|
/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/executorch/backends/vulkan/runtime/utils/ |
D | VecUtils.h | 86 std::false_type /*is_unsigned*/) { in is_negative() 104 std::false_type /*limit_is_unsigned*/, in less_than_lowest() 115 std::false_type /*limit_is_unsigned*/, in less_than_lowest() 127 std::false_type /*x_is_unsigned*/) { in less_than_lowest()
|
/external/cronet/stable/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/tot/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/tot/third_party/libc++/src/include/__charconv/ |
D | to_chars_integral.h | 64 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument 77 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__charconv/ |
D | to_chars_integral.h | 63 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument 76 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
|
/external/cronet/stable/third_party/libc++/src/include/__charconv/ |
D | to_chars_integral.h | 64 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument 77 __to_chars_itoa(char* __first, char* __last, __uint128_t __value, false_type) { in __to_chars_itoa() argument
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__charconv/ |
D | to_chars_integral.h | 63 __to_chars_itoa(char* __first, char* __last, _Tp __value, false_type) { in __to_chars_itoa() argument 76 __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 }; }; struct
|
/external/cronet/stable/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.h | 294 std::false_type /* propagate_on_container_swap */) { in SwapAlloc() 307 void CopyAlloc(AllocType&, AllocType&, std::false_type /* propagate_alloc */) {} in CopyAlloc()
|
/external/cronet/tot/third_party/abseil-cpp/absl/container/internal/ |
D | raw_hash_set.h | 294 std::false_type /* propagate_on_container_swap */) { in SwapAlloc() 307 void CopyAlloc(AllocType&, AllocType&, std::false_type /* propagate_alloc */) {} in CopyAlloc()
|