HomeSort by relevance Sort by last modified time
    Searched refs:GetAsArray (Results 1 - 15 of 15) 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);
386 static_assert(!std::is_array<T>::value, "use GetAsArray<>()");
394 static_assert(!std::is_array<T>::value, "use GetAsArray<>()");
412 T* GetAsArray(Reference ref, uint32_t type_id, size_t count) {
418 const T* GetAsArray(Reference ref, uint32_t type_id, size_t count) const {
497 // the GetAsObject() or GetAsArray calls.
    [all...]
persistent_histogram_allocator.cc 350 memory_allocator_->GetAsArray<HistogramBase::Sample>(
554 memory_allocator_->GetAsArray<HistogramBase::Sample>(
585 memory_allocator_->GetAsArray<HistogramBase::AtomicCount>(
    [all...]
persistent_memory_allocator_unittest.cc 130 char* memory1 = allocator_->GetAsArray<char>(block1, 1, 1);
648 int* data = shalloc3.GetAsArray<int>(data_ref, 911, 4);
830 const char* data = allocator.GetAsArray<char>(
persistent_memory_allocator.cc 392 char* name_cstr = GetAsArray<char>(shared_meta()->name, 0, name_length);
442 GetAsArray<char>(name_ref, 0, PersistentMemoryAllocator::kSizeAny);
    [all...]
  /external/google-benchmark/src/
sysinfo.cc 123 std::array<T, N> GetAsArray() {
166 *Out = Buff.GetAsArray<Tp, N>();
  /external/libcxx/utils/google-benchmark/src/
sysinfo.cc 123 std::array<T, N> GetAsArray() {
166 *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...]
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 476 milliseconds