Home
last modified time | relevance | path

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

12

/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/tensorflow/tensorflow/core/framework/
Dtype_traits.h31 struct false_type { struct
37 struct is_quantized : false_type {}; argument
/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
Dthumbv7-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
/external/eigen/Eigen/src/Core/util/
DMeta.h97 struct false_type { enum { value = 0 }; }; argument
/external/protobuf/src/google/protobuf/
Darena.h565 std::false_type, in DoCreateMaybeMessage()
588 std::false_type, in CreateNoMessage()
640 std::false_type) { in CreateInArenaStorageInternal()
649 std::false_type) { in RegisterDestructorInternal()
665 PROTOBUF_ALWAYS_INLINE void OwnInternal(T* object, std::false_type) { in OwnInternal()
/external/libcxx/test/std/language.support/support.limits/limits/numeric.limits.members/
Dsignaling_NaN.pass.cpp33 test_imp(std::false_type) in test_imp()
Dquiet_NaN.pass.cpp33 test_imp(std::false_type) in test_imp()
/external/llvm/utils/unittest/googletest/include/gtest/
Dgtest-message.h210 inline void StreamHelper(internal::false_type /*dummy*/, const T& value) { in StreamHelper()
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h143 std::false_type /* propagate_on_container_swap */) {} in SwapAlloc()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h229 std::false_type /* propagate_on_container_swap */) {} in SwapAlloc()
/external/abseil-cpp/absl/container/internal/
Draw_hash_set.h143 std::false_type /* propagate_on_container_swap */) {} in SwapAlloc()
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Draw_hash_set.h133 std::false_type /* propagate_on_container_swap */) {} in SwapAlloc()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Draw_hash_set.h133 std::false_type /* propagate_on_container_swap */) {} in SwapAlloc()
/external/openscreen/third_party/abseil/src/absl/container/internal/
Draw_hash_set.h133 std::false_type /* propagate_on_container_swap */) {} in SwapAlloc()
/external/catch2/include/internal/benchmark/detail/
Dcatch_run_for_at_least.hpp28 TimingOf<Clock, Fun(int)> measure_one(Fun&& fun, int iters, std::false_type) { in measure_one()
/external/protobuf/src/google/protobuf/stubs/
Dtemplate_util.h90 typedef integral_constant<bool, false> false_type; typedef
/external/libabigail/tests/data/test-diff-dwarf/
Dtest42-PR21296-clanggcc.cc29 struct false_type { static constexpr bool value = false; }; argument
/external/pigweed/pw_minimal_cpp_stdlib/public/internal/
Dtype_traits.h56 using false_type = bool_constant<false>; variable
/external/clang/test/SemaTemplate/
Doverload-candidates.cpp90 typedef integral_constant<bool, false> false_type; typedef
/external/webrtc/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
/external/angle/third_party/abseil-cpp/absl/algorithm/
Dalgorithm.h83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()
/external/python/pybind11/include/pybind11/detail/
Dinit.h76 [[noreturn]] void construct_alias_from_cpp(std::false_type /*!is_alias_constructible*/, in construct_alias_from_cpp()
/external/abseil-cpp/absl/algorithm/
Dalgorithm.h83 It RotateImpl(It first, It middle, It last, std::false_type) { in RotateImpl()

12