Home
last modified time | relevance | path

Searched refs:GetNextOfType (Results 1 – 7 of 7) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h173 Reference GetNextOfType(uint32_t type_match);
177 Reference GetNextOfType() { in GetNextOfType() function
178 return GetNextOfType(T::kPersistentTypeId); in GetNextOfType()
184 return GetAsObject<T>(GetNextOfType<T>()); in GetNextOfObject()
Dpersistent_memory_allocator_unittest.cc260 EXPECT_EQ(block2, iter1c.GetNextOfType<TestObject2>()); in TEST_F()
261 EXPECT_EQ(0U, iter1c.GetNextOfType(2)); in TEST_F()
Dpersistent_histogram_allocator.cc264 while ((ref = memory_iter_.GetNextOfType<PersistentHistogramData>()) != 0) { in GetNextWithIgnore()
Dpersistent_memory_allocator.cc278 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) { in GetNextOfType() function in base::PersistentMemoryAllocator::Iterator
Dfield_trial.cc1126 while ((prev_ref = mem_iter.GetNextOfType<FieldTrial::FieldTrialEntry>()) != in ClearParamsFromSharedMemoryForTesting()
/external/libchrome/base/debug/
Dactivity_analyzer.cc251 while ((ref = iter.GetNextOfType( in GetLogMessages()
Dactivity_tracker.cc81 while ((ref = iter.GetNextOfType(from_type)) != 0) { in AllocateFrom()
1533 while ((ref = iter.GetNextOfType(kTypeIdProcessDataRecord)) != 0) { in CleanupAfterProcess()