HomeSort by relevance Sort by last modified time
    Searched refs:GetNextOfType (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 89 Reference GetNextOfType(uint32_t type_match);
persistent_sample_map.cc 145 iterator.GetNextOfType(kTypeIdSampleRecord);
persistent_histogram_allocator.cc 251 while ((ref = memory_iter_.GetNextOfType(kTypeIdHistogram)) != 0) {
786 while ((ref = iter.GetNextOfType(kTypeIdHistogram)) != 0) {
    [all...]
persistent_memory_allocator_unittest.cc 222 // Ensure that GetNextOfType works.
224 EXPECT_EQ(block2, iter1c.GetNextOfType(2));
225 EXPECT_EQ(0U, iter1c.GetNextOfType(2));
persistent_memory_allocator.cc 228 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) {
    [all...]

Completed in 92 milliseconds