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

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 173 Reference GetNextOfType(uint32_t type_match);
177 Reference GetNextOfType() {
178 return GetNextOfType(T::kPersistentTypeId);
184 return GetAsObject<T>(GetNextOfType<T>());
    [all...]
persistent_memory_allocator_unittest.cc 258 // Ensure that GetNextOfType works.
260 EXPECT_EQ(block2, iter1c.GetNextOfType<TestObject2>());
261 EXPECT_EQ(0U, iter1c.GetNextOfType(2));
    [all...]
persistent_histogram_allocator.cc 264 while ((ref = memory_iter_.GetNextOfType<PersistentHistogramData>()) != 0) {
    [all...]
persistent_memory_allocator.cc 278 PersistentMemoryAllocator::Iterator::GetNextOfType(uint32_t type_match) {
    [all...]
field_trial.cc 51 // and GetNextOfType is an acquire operation, so memory writes before
52 // MakeIterable happen before memory reads after GetNextOfType.
    [all...]
  /external/libchrome/base/debug/
activity_tracker.cc 81 while ((ref = iter.GetNextOfType(from_type)) != 0) {
    [all...]

Completed in 544 milliseconds