Searched refs:ParentType (Results 1 – 3 of 3) sorted by relevance
146 ParentType;149 using ParentType::getTrailingObjectsImpl;150 using ParentType::additionalSizeToAllocImpl;158 ParentType::verifyTrailingObjectsAssertions();236 ParentType;239 using ParentType::getTrailingObjectsImpl;249 ParentType::verifyTrailingObjectsAssertions();286 using ParentType::OverloadToken;323 return ParentType::additionalSizeToAllocImpl(Counts...);335 return sizeof(BaseTy) + ParentType::additionalSizeToAllocImpl(Counts...);
238 MRUCacheNullDeletor<PayloadType> > ParentType; typedef242 explicit MRUCache(typename ParentType::size_type max_size) in MRUCache()243 : ParentType(max_size) { in MRUCache()270 MRUCachePointerDeletor<PayloadType> > ParentType; typedef274 explicit OwningMRUCache(typename ParentType::size_type max_size) in OwningMRUCache()275 : ParentType(max_size) { in OwningMRUCache()302 MRUCacheHashMap> ParentType; typedef306 explicit HashingMRUCache(typename ParentType::size_type max_size) in HashingMRUCache()307 : ParentType(max_size) { in HashingMRUCache()
2758 typedef FloatingPointTest<RawType> ParentType; typedef in testing::gmock_matchers_test::FloatingPointNearTest2768 EXPECT_FALSE(m1.Matches(ParentType::close_to_positive_zero_)); in TestNearMatches()2769 EXPECT_FALSE(m1.Matches(ParentType::close_to_negative_zero_)); in TestNearMatches()2777 EXPECT_FALSE(m2.Matches(ParentType::close_to_one_)); in TestNearMatches()2778 EXPECT_FALSE(m2.Matches(-ParentType::close_to_one_)); in TestNearMatches()2782 Matcher<RawType> m3 = matcher_maker(ParentType::infinity_, 0.0); in TestNearMatches()2783 EXPECT_TRUE(m3.Matches(ParentType::infinity_)); in TestNearMatches()2784 EXPECT_FALSE(m3.Matches(ParentType::close_to_infinity_)); in TestNearMatches()2785 EXPECT_FALSE(m3.Matches(-ParentType::infinity_)); in TestNearMatches()2787 Matcher<RawType> m4 = matcher_maker(-ParentType::infinity_, 0.0); in TestNearMatches()[all …]