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

  /external/libchrome/base/metrics/
persistent_memory_allocator.h 99 const T* GetAsObject(Reference ref, uint32_t type_id) const {
100 return allocator_->GetAsObject<T>(ref, type_id);
127 kTypeIdAny = 0 // Match any type-id inside GetAsObject().
223 T* GetAsObject(Reference ref, uint32_t type_id) {
229 const T* GetAsObject(Reference ref, uint32_t type_id) const {
253 // the GetAsObject() call.
persistent_histogram_allocator.h 58 T* GetAsObject(PersistentMemoryAllocator::Reference ref, uint32_t type_id) {
59 return allocator_->GetAsObject<T>(ref, type_id);
133 T* GetAsObject(PersistentMemoryAllocator::Reference ref, uint32_t type_id) {
134 return data_manager_->GetAsObject<T>(ref, type_id);

Completed in 2711 milliseconds