Home
last modified time | relevance | path

Searched refs:FastTypeId (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dfast_type_id_test.cc43 #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 …]
Dfast_type_id.h40 constexpr inline FastTypeIdType FastTypeId() { in FastTypeId() function
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dmock_helpers.h75 if (urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple,
126 m, ::absl::base_internal::FastTypeId<KeyT>());
Ddistribution_caller.h72 if (!urbg->InvokeMock(::absl::base_internal::FastTypeId<KeyT>(), &arg_tuple,
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
Dflag.cc57 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()
Dregistry.h86 flags_internal::Retire(flag_name, base_internal::FastTypeId<T>(), buf_); in Retire()
Dflag.h143 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/
Dcommandlineflag.h75 return TypeId() == base_internal::FastTypeId<T>(); in IsOfType()
/third_party/skia/third_party/externals/abseil-cpp/
DREADME.chromium15 absl::base_internal::FastTypeId (see https://crbug.com/1096380).
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dany.h407 return base_internal::FastTypeId<NormalizedType>(); in IdForType()
411 return obj_ ? obj_->ObjTypeId() : base_internal::FastTypeId<void>(); in GetObjTypeId()