Home
last modified time | relevance | path

Searched defs:true_type (Results 1 – 25 of 56) sorted by relevance

123

/external/libcxx/test/support/
Dcharconv_test_helpers.h44 _fits_in(T, true_type /* non-narrowing*/, ...) in _fits_in() argument
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
/external/tensorflow/tensorflow/core/framework/
Dtype_traits.h28 struct true_type { struct
41 struct is_quantized<qint8> : true_type {}; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/support/
Dcharconv_test_helpers.h48 _fits_in(T, true_type /* non-narrowing*/, ...) in _fits_in() argument
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
/external/clang/test/Headers/
Darm64-apple-ios-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
Dx86_64-apple-macosx-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
Dthumbv7-apple-ios-types.cpp4 struct true_type { struct
13 template <class _Tp> struct is_same<_Tp, _Tp> : public true_type {}; argument
/external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/meta/stress_tests/
Dstress_test_metafunctions.sh.cpp52 void Foo3(TEST_AND < REPEAT_1000(TRUE_T) true_type, false_type > t3) { sink(&t3); } in Foo3()
53 … Foo4(TEST_AND < REPEAT_1000(TRUE_T) REPEAT_1000(TRUE_T) true_type, false_type > t4) { sink(&t4); } in Foo4()
/external/cronet/buildtools/third_party/libc++/trunk/include/__charconv/
Dto_chars_integral.h50 __to_chars_itoa(char* __first, char* __last, _Tp __value, true_type) { in __to_chars_itoa() argument
99 __to_chars_integral(char* __first, char* __last, _Tp __value, int __base, true_type) { in __to_chars_integral() argument
/external/eigen/Eigen/src/Core/util/
DMeta.h96 struct true_type { enum { value = 1 }; }; argument
/external/clang/test/Modules/Inputs/PR27754/
DRConversionRuleParser.h2 typedef integral_constant<bool, true> true_type; typedef
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dquiet_NaN.pass.cpp23 test_imp(std::true_type) in test_imp()
Dsignaling_NaN.pass.cpp23 test_imp(std::true_type) in test_imp()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/language.support/support.limits/limits/numeric.limits.members/
Dquiet_NaN.pass.cpp22 test_imp(std::true_type) in test_imp()
Dsignaling_NaN.pass.cpp22 test_imp(std::true_type) in test_imp()
/external/cronet/buildtools/third_party/libc++/trunk/include/__memory/
Dswap_allocator.h25 …FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX14 void __swap_allocator(_Alloc& __a1, _Alloc& __a2, true_type) in __swap_allocator() argument
/external/cronet/buildtools/third_party/libc++/trunk/include/__type_traits/
Dintegral_constant.h37 typedef integral_constant<bool, true> true_type; typedef
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
/external/flatbuffers/include/flatbuffers/
Darray.h114 void MutateImpl(flatbuffers::true_type, uoffset_t i, const T &val) { in MutateImpl()
123 void CopyFromSpanImpl(flatbuffers::true_type, in CopyFromSpanImpl()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h127 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set.h127 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h224 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/external/tensorflow/third_party/absl/abseil-cpp/absl/container/internal/
Draw_hash_set.h224 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h224 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set.h127 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/external/catch2/include/internal/benchmark/detail/
Dcatch_run_for_at_least.hpp32 TimingOf<Clock, Fun(Chronometer)> measure_one(Fun&& fun, int iters, std::true_type) { in measure_one()

123