Searched refs:kSizeAny (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.cc | 456 GetAsArray<char>(name_ref, 0, PersistentMemoryAllocator::kSizeAny); in Name() 527 if (!GetBlockData(ref, type_id, kSizeAny)) in GetAsReference()
|
D | persistent_memory_allocator.h | 252 kSizeAny = 1 // Constant indicating that any array size is acceptable. enumerator
|
D | persistent_histogram_allocator.cc | 529 PersistentMemoryAllocator::kSizeAny); in CreateHistogram()
|
D | persistent_memory_allocator_unittest.cc | 885 ref, 0, PersistentMemoryAllocator::kSizeAny); in TEST()
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 1535 ref, kTypeIdProcessDataRecord, PersistentMemoryAllocator::kSizeAny); in CleanupAfterProcess() 1574 ref, type, PersistentMemoryAllocator::kSizeAny); in CleanupAfterProcess()
|