Home
last modified time | relevance | path

Searched refs:GetAsArray (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/base/metrics/
Dpersistent_memory_allocator.h201 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
Dpersistent_histogram_allocator_unittest.cc368 allocator_->GetAsArray<uint32_t>(ref1, 0, kRangesRefIndex + 1); in TEST_F()
370 allocator_->GetAsArray<uint32_t>(ref2, 0, kRangesRefIndex + 1); in TEST_F()
Dpersistent_memory_allocator.cc406 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()
Dpersistent_memory_allocator_unittest.cc143 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()
Dpersistent_histogram_allocator.cc367 memory_allocator_->GetAsArray<HistogramBase::Sample>( in AllocateHistogram()
527 memory_allocator_->GetAsArray<HistogramBase::Sample>( in CreateHistogram()
/external/libchrome/base/debug/
Dactivity_tracker.cc1065 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()
Dactivity_tracker.h218 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/
Dsysinfo.cc131 std::array<T, N> GetAsArray() { in GetAsArray() function
195 *Out = Buff.GetAsArray<Tp, N>(); in GetSysctl()
/external/google-benchmark/src/
Dsysinfo.cc134 std::array<T, N> GetAsArray() { in GetAsArray() function
198 *Out = Buff.GetAsArray<Tp, N>(); in GetSysctl()