Home
last modified time | relevance | path

Searched refs:ParentType (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTrailingObjects.h138 ParentType; typedef
150 using ParentType::getTrailingObjectsImpl;
196 return ParentType::additionalSizeToAllocImpl( in additionalSizeToAllocImpl()
243 ParentType; typedef
246 using ParentType::getTrailingObjectsImpl;
291 using ParentType::OverloadToken;
296 using OverloadToken = typename ParentType::template OverloadToken<T>;
333 return ParentType::additionalSizeToAllocImpl(0, Counts...); in additionalSizeToAlloc()
345 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(0, Counts...); in totalSizeToAlloc()
DGenericDomTree.h228 using ParentType = typename std::remove_pointer<ParentPtr>::type;
729 void recalculate(ParentType &Func) {
734 void recalculate(ParentType &Func, ArrayRef<UpdateType> Updates) {
/third_party/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h234 using ParentType = MRUCacheBase<KeyType, PayloadType, CompareType>;
238 explicit MRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in MRUCache()
260 using ParentType = MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap>;
264 explicit HashingMRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in HashingMRUCache()
/third_party/flutter/skia/third_party/externals/angle2/src/common/third_party/base/anglebase/containers/
Dmru_cache.h234 using ParentType = MRUCacheBase<KeyType, PayloadType, CompareType>;
238 explicit MRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in MRUCache()
260 using ParentType = MRUCacheBase<KeyType, PayloadType, HashType, MRUCacheHashMap>;
264 explicit HashingMRUCache(typename ParentType::size_type max_size) : ParentType(max_size) {} in HashingMRUCache()
/third_party/vulkan-loader/tests/
Dloader_unknown_ext_tests.cpp188 template <typename FunctionLoader, typename ParentType, typename DispatchableHandleType, typename F…
189 void check_custom_functions(FunctionLoader& loader, ParentType parent, DispatchableHandleType handl… in check_custom_functions()
219 template <typename FunctionLoader, typename ParentType, typename DispatchableHandleType, typename F…
220 void check_layer_custom_functions(FunctionLoader& loader, ParentType parent, DispatchableHandleType… in check_layer_custom_functions()
259 template <typename FunctionLoader, typename ParentType, typename DispatchableHandleType, typename F…
260 void check_layer_custom_functions_no_implementation(FunctionLoader& loader, ParentType parent, Disp… in check_layer_custom_functions_no_implementation()
297 template <typename FunctionLoader, typename ParentType, typename DispatchableHandleType, typename F…
298 void check_layer_custom_functions_no_interception(FunctionLoader& loader, ParentType parent, Dispat… in check_layer_custom_functions_no_interception()
636 template <typename ParentType>
637 ParentType get_parent_type(InstWrapper const& inst, DeviceWrapper const& dev);
[all …]
/third_party/googletest/googlemock/test/
Dgmock-matchers_test.cc3365 typedef FloatingPointTest<RawType> ParentType; in TEST() typedef in testing::gmock_matchers_test::__anonbffc6dba0111::FloatingPointNearTest
3375 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TEST()
3376 EXPECT_FALSE(m1.Matches(ParentType::close_to_negative_zero_)); in TEST()
3384 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_)); in TEST()
3385 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_)); in TEST()
3389 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TEST()
3390 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TEST()
3391 EXPECT_FALSE(m3.Matches(ParentType::close_to_infinity_)); in TEST()
3392 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TEST()
3394 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TEST()
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
Dmtl_common.h321 using ParentType = WrappedObject<T>; in ANGLE_GL_OBJECTS_X()
378 using ParentType::retainAssign; in ANGLE_GL_OBJECTS_X()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFAbstractMemberAccess.cpp358 bool BPFAbstractMemberAccess::IsValidAIChain(const MDNode *ParentType, in IsValidAIChain() argument
364 const DIType *PType = stripQualifiers(cast<DIType>(ParentType)); in IsValidAIChain()