Home
last modified time | relevance | path

Searched refs:false_type (Results 1 - 25 of 111) sorted by relevance

12345

/third_party/node/deps/v8/include/cppgc/
H A Dtype-traits.h29 struct IsWeak : std::false_type {};
34 struct IsTraceMethodConst : std::false_type {};
42 struct IsTraceable : std::false_type {
61 struct HasGarbageCollectedMixinTypeMarker : std::false_type {
74 struct HasGarbageCollectedTypeMarker : std::false_type {
88 struct IsGarbageCollectedMixinType : std::false_type {
98 struct IsGarbageCollectedType : std::false_type {
116 struct IsGarbageCollectedWithMixinType : std::false_type {
132 static std::false_type SubclassCheck(...);
142 struct IsMemberType : std::false_type {};
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dbase-to-derived.rs10 pub struct false_type { structure names
16 ::std::mem::size_of::<false_type>(), in bindgen_test_layout_false_type()
18 concat!("Size of: ", stringify!(false_type)) in bindgen_test_layout_false_type()
21 ::std::mem::align_of::<false_type>(), in bindgen_test_layout_false_type()
23 concat!("Alignment of ", stringify!(false_type)) in bindgen_test_layout_false_type()
/third_party/node/deps/v8/include/v8-include/cppgc/
H A Dtype-traits.h29 struct IsWeak : std::false_type {};
34 struct IsTraceMethodConst : std::false_type {};
42 struct IsTraceable : std::false_type {
61 struct HasGarbageCollectedMixinTypeMarker : std::false_type {
74 struct HasGarbageCollectedTypeMarker : std::false_type {
88 struct IsGarbageCollectedMixinType : std::false_type {
98 struct IsGarbageCollectedType : std::false_type {
116 struct IsGarbageCollectedWithMixinType : std::false_type {
133 static std::false_type SubclassCheck(...);
143 struct IsMemberType : std::false_type {};
[all...]
/third_party/libphonenumber/cpp/src/phonenumbers/base/
H A Dtemplate_util.h25 typedef integral_constant<bool, false> false_type; typedef
27 template <class T> struct is_pointer : false_type {};
30 template <class T, class U> struct is_same : public false_type {};
33 template<class> struct is_array : public false_type {};
37 template <class T> struct is_non_const_reference : false_type {};
39 template <class T> struct is_non_const_reference<const T&> : false_type {};
41 template <class T> struct is_void : false_type {};
86 // Inherits from true_type if From is convertible to To, false_type otherwise.
/third_party/json/include/nlohmann/detail/meta/
H A Dtype_traits.hpp12 #include <type_traits> // false_type, is_constructible, is_integral, is_same, true_type
49 template<typename> struct is_basic_json : std::false_type {};
56 // false_type otherwise
72 struct is_json_ref : std::false_type {};
113 struct has_from_json : std::false_type {};
138 struct has_non_default_from_json : std::false_type {};
153 struct has_to_json : std::false_type {};
238 struct is_iterator_traits : std::false_type {};
285 struct is_complete_type : std::false_type {};
292 struct is_compatible_object_type_impl : std::false_type {};
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dstl_type_traits.h47 struct IsSpecializationImpl : std::false_type {};
54 struct IsArrayImpl : std::false_type {};
61 struct IsBitsetImpl : std::false_type {};
82 struct IsBaseOfSpecializationImpl : std::false_type {};
129 struct IsBaseOfArrayImpl : std::false_type {};
137 struct IsBaseOfBitsetImpl : std::false_type {};
160 struct IsConvertibleToSpecializationImpl : std::false_type {};
207 struct IsConvertibleToArrayImpl : std::false_type {};
215 struct IsConvertibleToBitsetImpl : std::false_type {};
H A Dstr_split_internal.h166 struct HasMappedType : std::false_type {};
173 struct HasValueType : std::false_type {};
180 struct HasConstIterator : std::false_type {};
187 struct HasEmplace : std::false_type {};
194 std::false_type IsInitializerListDispatch(...); // default: No
212 struct SplitterIsConvertibleToImpl : std::false_type {};
/third_party/protobuf/src/google/protobuf/stubs/
H A Dtemplate_util_unittest.cc57 EXPECT_FALSE(false_type::value); in TEST()
64 typedef if_<true, true_type, false_type>::type if_true; in TEST()
67 typedef if_<false, true_type, false_type>::type if_false; in TEST()
H A Dtemplate_util.h86 // Abbreviations: true_type and false_type are structs that represent boolean
90 typedef integral_constant<bool, false> false_type; typedef
92 typedef false_type false_;
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dbase-to-derived.hpp3 struct false_type {}; struct
18 : public false_type
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dunordered_map_constructor_test.h89 struct is_std_unordered_map : std::false_type {};
97 using has_cxx14_std_apis = std::false_type;
106 void BucketCountAllocTest(std::false_type) {} in BucketCountAllocTest()
124 void BucketCountHashAllocTest(std::false_type) {} in BucketCountHashAllocTest()
147 using has_alloc_std_constructors = std::false_type;
156 void AllocTest(std::false_type) {} in AllocTest()
192 void InputIteratorBucketAllocTest(std::false_type) {} in InputIteratorBucketAllocTest()
213 void InputIteratorBucketHashAllocTest(std::false_type) {} in InputIteratorBucketHashAllocTest()
255 void CopyConstructorAllocTest(std::false_type) {} in CopyConstructorAllocTest()
302 void MoveConstructorAllocTest(std::false_type) {} in MoveConstructorAllocTest()
[all...]
H A Dunordered_set_constructor_test.h98 struct is_std_unordered_set : std::false_type {};
106 using has_cxx14_std_apis = std::false_type;
115 void BucketCountAllocTest(std::false_type) {} in BucketCountAllocTest()
133 void BucketCountHashAllocTest(std::false_type) {} in BucketCountHashAllocTest()
156 using has_alloc_std_constructors = std::false_type;
165 void AllocTest(std::false_type) {} in AllocTest()
201 void InputIteratorBucketAllocTest(std::false_type) {} in InputIteratorBucketAllocTest()
222 void InputIteratorBucketHashAllocTest(std::false_type) {} in InputIteratorBucketHashAllocTest()
264 void CopyConstructorAllocTest(std::false_type) {} in CopyConstructorAllocTest()
309 void MoveConstructorAllocTest(std::false_type) {} in MoveConstructorAllocTest()
[all...]
H A Dcompressed_tuple.h160 std::false_type Or(std::initializer_list<std::false_type>);
178 struct TupleMoveConstructible : std::false_type {};
/third_party/gn/src/base/
H A Dtemplate_util.h19 struct SupportsOstreamOperator : std::false_type {};
30 struct is_iterator : std::false_type {};
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dinvoke.h71 struct AcceptImpl : std::false_type {};
92 struct AcceptImpl : std::false_type {};
114 struct AcceptImpl : std::false_type {};
132 struct AcceptImpl : std::false_type {};
/third_party/skia/third_party/externals/abseil-cpp/absl/types/internal/
H A Dconformance_testing_helpers.h90 struct IsNullaryCallableImpl : std::false_type {};
127 struct IsEquivalenceClass : std::false_type {};
187 struct AreGeneratorsWithTheSameReturnTypeImpl : std::false_type {};
270 std::false_type> {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A Dtype_traits.h105 struct is_trivially_copy_constructible<T &&> : std::false_type {};
123 static std::false_type get(...);
131 static std::false_type get(...);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A Dilist_node_options.h56 template <class Option> struct is_valid_option : std::false_type {};
74 struct extract_sentinel_tracking<> : std::false_type, is_implicit {};
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A Dilist_node_options.h54 template <class Option> struct is_valid_option : std::false_type {};
72 struct extract_sentinel_tracking<> : std::false_type, is_implicit {};
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
H A Ddistribution_caller.h41 struct detector : std::false_type {};
55 static typename DistrT::result_type Impl(std::false_type, URBG* urbg, in Impl()
/third_party/skia/third_party/externals/abseil-cpp/absl/meta/
H A Dtype_traits_test.cc123 EXPECT_FALSE((absl::conjunction<std::true_type, std::false_type>::value)); in TEST()
124 EXPECT_FALSE((absl::conjunction<std::false_type, std::true_type>::value)); in TEST()
125 EXPECT_FALSE((absl::conjunction<std::false_type, std::false_type>::value)); in TEST()
138 (absl::conjunction<std::true_type, std::false_type, Dummy>::value)); in TEST()
141 std::false_type>>::value)); in TEST()
149 EXPECT_FALSE(absl::disjunction<std::false_type>::value); in TEST()
151 EXPECT_TRUE((absl::disjunction<std::true_type, std::false_type>::value)); in TEST()
152 EXPECT_TRUE((absl::disjunction<std::false_type, std::true_type>::value)); in TEST()
153 EXPECT_FALSE((absl::disjunction<std::false_type, st in TEST()
[all...]
H A Dtype_traits.h94 struct IsTriviallyMoveAssignableReference : std::false_type {};
137 using type = std::false_type;
150 using type = std::false_type;
241 struct disjunction : std::false_type {};
668 struct IsHashable : std::false_type {};
/third_party/node/deps/v8/include/cppgc/internal/
H A Dpointer-policies.h153 using IsStrongPersistent = std::false_type;
164 using IsStrongPersistent = std::false_type;
/third_party/skia/third_party/externals/abseil-cpp/absl/random/
H A Dbit_gen_ref.h38 struct is_urbg : std::false_type {};
90 struct detector : std::false_type {};
/third_party/protobuf/src/google/protobuf/
H A Darena.h557 std::false_type, in DoCreateMaybeMessage()
580 std::false_type, in CreateNoMessage()
633 std::false_type, Args&&... args) { in CreateInArenaStorageInternal()
642 std::false_type) { in RegisterDestructorInternal()
648 // is a subtype of Message and 'false_type' otherwise. Collapsing
658 PROTOBUF_ALWAYS_INLINE void OwnInternal(T* object, std::false_type) { in OwnInternal()

Completed in 17 milliseconds

12345