HomeSort by relevance Sort by last modified time
    Searched defs:GetAsObject (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/metrics/
persistent_histogram_allocator.h 59 T* GetAsObject(PersistentMemoryAllocator::Reference ref) {
60 return allocator_->GetAsObject<T>(ref);
134 T* GetAsObject(PersistentMemoryAllocator::Reference ref) {
135 return data_manager_->GetAsObject<T>(ref);
persistent_memory_allocator.h 184 return GetAsObject<T>(GetNextOfType<T>());
195 const T* GetAsObject(Reference ref) const {
196 return allocator_->GetAsObject<T>(ref);
199 // Similar to GetAsObject() but converts references to arrays of things.
384 T* GetAsObject(Reference ref) {
392 const T* GetAsObject(Reference ref) const {
400 // Like GetAsObject but get an array of simple, fixed-size types.
413 static_assert(std::is_fundamental<T>::value, "use GetAsObject<>()");
419 static_assert(std::is_fundamental<T>::value, "use GetAsObject<>()");
497 // the GetAsObject() or GetAsArray calls
    [all...]
  /external/libchrome/base/debug/
activity_tracker.h 212 T* GetAsObject(Reference ref) {
213 return allocator_->GetAsObject<T>(ref);
216 // Similar to GetAsObject() but converts references to arrays of objects.
    [all...]

Completed in 86 milliseconds