Searched refs:GetAsArray (Results 1 – 9 of 9) sorted by relevance
/external/libchrome/base/metrics/ |
D | persistent_memory_allocator.h | 201 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() function 202 return allocator_->GetAsArray<T>(ref, type_id, count); in GetAsArray() 413 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) { in GetAsArray() function 419 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const { in GetAsArray() function
|
D | persistent_histogram_allocator_unittest.cc | 368 allocator_->GetAsArray<uint32_t>(ref1, 0, kRangesRefIndex + 1); in TEST_F() 370 allocator_->GetAsArray<uint32_t>(ref2, 0, kRangesRefIndex + 1); in TEST_F()
|
D | persistent_memory_allocator.cc | 406 char* name_cstr = GetAsArray<char>(shared_meta()->name, 0, name_length); in PersistentMemoryAllocator() 456 GetAsArray<char>(name_ref, 0, PersistentMemoryAllocator::kSizeAny); in Name() 1194 char* mem = allocator_->GetAsArray<char>(ref, type_, size_); in Get()
|
D | persistent_memory_allocator_unittest.cc | 143 char* memory1 = allocator_->GetAsArray<char>(block1, 1, 1); in TEST_F() 702 int* data = shalloc3.GetAsArray<int>(data_ref, 911, 4); in TEST() 884 const char* data = allocator.GetAsArray<char>( in TEST()
|
D | persistent_histogram_allocator.cc | 367 memory_allocator_->GetAsArray<HistogramBase::Sample>( in AllocateHistogram() 527 memory_allocator_->GetAsArray<HistogramBase::Sample>( in CreateHistogram()
|
/external/libchrome/base/debug/ |
D | activity_tracker.cc | 1065 void* memory = allocator->GetAsArray<char>(ref, kUserDataSize); in CreateUserDataForActivity() 1534 const void* memory = allocator_->GetAsArray<char>( in CleanupAfterProcess() 1573 const void* memory = allocator_->GetAsArray<char>( in CleanupAfterProcess() 1603 char* memory = allocator_->GetAsArray<char>(ref, kTypeIdGlobalLogMessage, in RecordLogMessage() 1671 process_data_(allocator_->GetAsArray<char>( in GlobalActivityTracker()
|
D | activity_tracker.h | 218 T* GetAsArray(Reference ref, size_t count) { in GetAsArray() function 219 return allocator_->GetAsArray<T>(ref, object_type_, count); in GetAsArray()
|
/external/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 131 std::array<T, N> GetAsArray() { in GetAsArray() function 195 *Out = Buff.GetAsArray<Tp, N>(); in GetSysctl()
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 134 std::array<T, N> GetAsArray() { in GetAsArray() function 198 *Out = Buff.GetAsArray<Tp, N>(); in GetSysctl()
|