Home
last modified time | relevance | path

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

12

/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/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
Dthumbv7-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
/external/eigen/Eigen/src/Core/util/
DMeta.h96 struct true_type { enum { value = 1 }; }; struct
/external/clang/test/Modules/Inputs/PR27754/
DRConversionRuleParser.h2 typedef integral_constant<bool, true> true_type; typedef
/external/protobuf/src/google/protobuf/
Darena.h558 std::true_type, in DoCreateMaybeMessage()
578 PROTOBUF_ALWAYS_INLINE static T* CreateNoMessage(Arena* arena, std::true_type, in CreateNoMessage()
635 std::true_type) { in CreateInArenaStorageInternal()
646 std::true_type) {} in RegisterDestructorInternal()
659 PROTOBUF_ALWAYS_INLINE void OwnInternal(T* object, std::true_type) { in OwnInternal()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dsignaling_NaN.pass.cpp23 test_imp(std::true_type) in test_imp()
Dquiet_NaN.pass.cpp23 test_imp(std::true_type) in test_imp()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h202 inline void StreamHelper(internal::true_type /*dummy*/, T* pointer) { in StreamHelper()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h137 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h223 std::true_type /* propagate_on_container_swap */) { in SwapAlloc()
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h137 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/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/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()
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h89 typedef integral_constant<bool, true> true_type; typedef
/external/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc28 struct true_type { static constexpr bool value = true; }; argument
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h360 std::true_type /* convertible_to_matcher */, in CastImpl()
378 std::true_type /* convertible_to_T */) { in CastImpl()
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dtype_traits.h55 using true_type = bool_constant<true>; variable
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp91 typedef integral_constant<bool, true> true_type; typedef
/external/webrtc/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()
/external/angle/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h78 It RotateImpl(It first, It middle, It last, std::true_type) { in RotateImpl()

12