Home
last modified time | relevance | path

Searched defs:false_type (Results 1 – 25 of 98) sorted by relevance

1234

/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlockable_traits.hpp90 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/
Dcharconv_test_helpers.h51 _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/
Dsystem.hpp80 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/
Dcharconv_test_helpers.h55 _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/
Dalloc_helpers.hpp30 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/
Dtype_traits.h31 struct false_type { struct
37 struct is_quantized : false_type {}; argument
/external/sdv/vsomeip/third_party/boost/atomic/include/boost/atomic/detail/
Dintegral_conversions.hpp42 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/
Darm64-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
Dx86_64-apple-macosx-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
Dthumbv7-apple-ios-types.cpp8 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/
Dmemory_impl.h30 /*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()
Dalgorithm_impl.h48 …_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 …]
Dnumeric_impl.h42 /*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()
Dutils.h44 _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/
Druntime_cast_impl.hpp42 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/
Dbool.hpp113 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/
Dstress_test_metafunctions.sh.cpp54 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/
Dto_chars_integral.h62 __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/
DMeta.h97 struct false_type { enum { value = 0 }; }; argument
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h274 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/
Draw_hash_set.h282 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/
Draw_hash_set.h273 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/
Dfalse_type.h16 using false_type = cpp::bool_constant<false>; variable
/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dfwd_set_test.cpp16 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/
Dsignaling_NaN.pass.cpp33 test_imp(std::false_type) in test_imp()

1234