Searched defs:Ref (Results 1 – 4 of 4) sorted by relevance
132 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; typedef193 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref; typedef
34 StringPool::Ref::Ref() : entry_(nullptr) {} in Ref() function in aapt::StringPool::Ref36 StringPool::Ref::Ref(const StringPool::Ref& rhs) : entry_(rhs.entry_) { in Ref() function in aapt::StringPool::Ref42 StringPool::Ref::Ref(StringPool::Entry* entry) : entry_(entry) { in Ref() function in aapt::StringPool::Ref
129 friend class Ref; variable
1238 inline void RefCounted::Ref(const void *owner) const { in Ref() function