Searched refs:GetNextOfType (Results 1 – 6 of 6) sorted by relevance
173 Reference GetNextOfType(uint32_t type_match);177 Reference GetNextOfType() { in GetNextOfType() function178 return GetNextOfType(T::kPersistentTypeId); in GetNextOfType()184 return GetAsObject<T>(GetNextOfType<T>()); in GetNextOfObject()
260 EXPECT_EQ(block2, iter1c.GetNextOfType<TestObject2>()); in TEST_F()261 EXPECT_EQ(0U, iter1c.GetNextOfType(2)); in TEST_F()
264 while ((ref = memory_iter_.GetNextOfType<PersistentHistogramData>()) != 0) { in GetNextWithIgnore()
278 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) { in GetNextOfType() function in base::PersistentMemoryAllocator::Iterator
1126 while ((prev_ref = mem_iter.GetNextOfType<FieldTrial::FieldTrialEntry>()) != in ClearParamsFromSharedMemoryForTesting()
81 while ((ref = iter.GetNextOfType(from_type)) != 0) { in AllocateFrom()1533 while ((ref = iter.GetNextOfType(kTypeIdProcessDataRecord)) != 0) { in CleanupAfterProcess()