Searched refs:FastTypeId (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/ |
D | fast_type_id_test.cc | 43 #define A(T) bi::FastTypeId<T>(), in TEST() 46 #define A(T) bi::FastTypeId<const T>(), in TEST() 49 #define A(T) bi::FastTypeId<volatile T>(), in TEST() 52 #define A(T) bi::FastTypeId<const volatile T>(), in TEST() 78 #define A(T) bi::FastTypeId<T>(), in TEST() 81 #define A(T) bi::FastTypeId<const T>(), in TEST() 84 #define A(T) bi::FastTypeId<volatile T>(), in TEST() 87 #define A(T) bi::FastTypeId<const volatile T>(), in TEST() 103 EXPECT_EQ(bi::FastTypeId<int_alias>(), bi::FastTypeId<int>()); in TEST() 107 EXPECT_NE(bi::FastTypeId<std::vector<int>>(), in TEST() [all …]
|
D | fast_type_id.h | 40 constexpr inline FastTypeIdType FastTypeId() { in FastTypeId() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | mock_helpers.h | 75 if (urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple, 126 m, ::absl::base_internal::FastTypeId<KeyT>());
|
D | distribution_caller.h | 72 if (!urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple,
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/ |
D | flag.cc | 57 if (flag_type_id == base_internal::FastTypeId<T>()) return false; in ShouldValidateFlagValue() 194 FlagFastTypeId lhs_type_id = flags_internal::FastTypeId(op_); in AssertValidType() 270 return flags_internal::FastTypeId(op_); in TypeId() 502 if (ShouldValidateFlagValue(flags_internal::FastTypeId(op_))) { in Write()
|
D | registry.h | 86 flags_internal::Retire(flag_name, base_internal::FastTypeId<T>(), buf_); in Retire()
|
D | flag.h | 143 inline FlagFastTypeId FastTypeId(FlagOpFn op) { in FastTypeId() function 669 impl_.AssertValidType(base_internal::FastTypeId<T>(), &GenRuntimeTypeId<T>); 678 impl_.AssertValidType(base_internal::FastTypeId<T>(), &GenRuntimeTypeId<T>); 737 return const_cast<void*>(base_internal::FastTypeId<T>());
|
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/ |
D | commandlineflag.h | 75 return TypeId() == base_internal::FastTypeId<T>(); in IsOfType()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | README.chromium | 15 absl::base_internal::FastTypeId (see https://crbug.com/1096380).
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | any.h | 407 return base_internal::FastTypeId<NormalizedType>(); in IdForType() 411 return obj_ ? obj_->ObjTypeId() : base_internal::FastTypeId<void>(); in GetObjTypeId()
|