Home
last modified time | relevance | path

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

12345678

/aosp_15_r20/external/cronet/third_party/libc++/src/include/__pstl/internal/
H A 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 …]
H A 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()
H A 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()
/aosp_15_r20/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];
/aosp_15_r20/external/pytorch/c10/util/
H A DTypeSafeSignMath.h27 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()
/aosp_15_r20/external/libcxx/test/support/
H A 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
/aosp_15_r20/system/chre/util/include/chre/util/
H A Dmemory_impl.h58 std::false_type) { in moveOrCopyAssign()
79 ElementType *dest, std::false_type, in uninitializedMoveOrCopy()
90 ElementType *dest, std::false_type, in uninitializedMoveOrCopy()
100 ElementType *dest, std::false_type) { in uninitializedMoveOrCopy()
H A Ddynamic_vector_impl.h120 std::false_type) { in doPushBack()
196 std::false_type) { in doReserve()
299 void DynamicVector<ElementType>::doErase(size_type index, std::false_type) { in doErase()
375 bool DynamicVector<ElementType>::doPrepareForPush(std::false_type) { in doPrepareForPush()
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A 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
/aosp_15_r20/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()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DUtils.h80 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()
/aosp_15_r20/external/executorch/backends/vulkan/runtime/utils/
H A DVecUtils.h86 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()
/aosp_15_r20/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
/aosp_15_r20/system/chre/apps/nearby/third_party/contexthub/chre/util/include/chre/util/
H A Ddynamic_vector_impl.h114 std::false_type) { in doPushBack()
186 std::false_type) { in doReserve()
283 void DynamicVector<ElementType>::doErase(size_type index, std::false_type) { in doErase()
354 bool DynamicVector<ElementType>::doPrepareForPush(std::false_type) { in doPrepareForPush()
/aosp_15_r20/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()
/aosp_15_r20/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()
Datomic_impl.hpp261 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_strong_impl()
278 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_weak_impl()
591 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_strong_impl()
608 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_weak_impl()
713 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_strong_impl()
730 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_weak_impl()
900 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_strong_impl()
917 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_weak_impl()
1105 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_strong_impl()
1122 …sired, memory_order success_order, memory_order failure_order, atomics::detail::false_type) volati… in compare_exchange_weak_impl()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_node_handling.cpp288 boost::false_type /* Src key-based */,boost::false_type /* Dst key-based */) in test_transfer()
298 boost::false_type /* Src key-based */,boost::true_type /* Dst key-based */) in test_transfer()
310 boost::true_type /* Src key-based */,boost::false_type /* Dst key-based */) in test_transfer()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtype_traits.h31 struct false_type { struct
37 struct is_quantized : false_type {}; argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
Dinsert_no_store_hash_fn_imps.hpp45 find_ins_pos(key_const_reference r_key, false_type) in find_ins_pos() argument
96 insert_imp(const_reference r_val, false_type) in insert_imp() argument
/aosp_15_r20/external/clang/test/Headers/
H A Dx86_64-apple-macosx-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
H A Darm64-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
H A Dthumbv7-apple-ios-types.cpp8 struct false_type { struct
12 template <class _Tp, class _Up> struct is_same : public false_type {}; argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/x86_64-linux/include/c++/4.8.3/ext/pb_ds/detail/gp_hash_table_map_/
Dinsert_no_store_hash_fn_imps.hpp45 find_ins_pos(key_const_reference r_key, false_type) in find_ins_pos() argument
96 insert_imp(const_reference r_val, false_type) in insert_imp() argument
/aosp_15_r20/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()

12345678