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

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 201 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const {
202 return allocator_->GetAsArray<T>(ref, type_id, count);
387 static_assert(!std::is_array<T>::value, "use GetAsArray<>()");
395 static_assert(!std::is_array<T>::value, "use GetAsArray<>()");
413 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) {
419 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const {
498 // the GetAsObject() or GetAsArray calls. The actual allocated size may be
    [all...]
persistent_histogram_allocator_unittest.cc 368 allocator_->GetAsArray<uint32_t>(ref1, 0, kRangesRefIndex + 1);
370 allocator_->GetAsArray<uint32_t>(ref2, 0, kRangesRefIndex + 1);
persistent_memory_allocator.cc 406 char* name_cstr = GetAsArray<char>(shared_meta()->name, 0, name_length);
456 GetAsArray<char>(name_ref, 0, PersistentMemoryAllocator::kSizeAny);
    [all...]
persistent_memory_allocator_unittest.cc 143 char* memory1 = allocator_->GetAsArray<char>(block1, 1, 1);
702 int* data = shalloc3.GetAsArray<int>(data_ref, 911, 4);
884 const char* data = allocator.GetAsArray<char>(
    [all...]
persistent_histogram_allocator.cc 367 memory_allocator_->GetAsArray<HistogramBase::Sample>(
527 memory_allocator_->GetAsArray<HistogramBase::Sample>(
    [all...]
  /external/google-benchmark/src/
sysinfo.cc 134 std::array<T, N> GetAsArray() {
198 *Out = Buff.GetAsArray<Tp, N>();
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 131 std::array<T, N> GetAsArray() {
195 *Out = Buff.GetAsArray<Tp, N>();
  /external/libchrome/base/debug/
activity_tracker.cc     [all...]
activity_tracker.h 218 T* GetAsArray(Reference ref, size_t count) {
219 return allocator_->GetAsArray<T>(ref, object_type_, count);
    [all...]

Completed in 160 milliseconds