Searched defs:Ref (Results 1 – 4 of 4) sorted by relevance
127 typedef egl_object_t::LocalRef<egl_surface_t, EGLSurface> Ref; typedef192 typedef egl_object_t::LocalRef<egl_context_t, EGLContext> Ref; typedef
33 StringPool::Ref::Ref() : entry_(nullptr) { in Ref() function in android::StringPool::Ref36 StringPool::Ref::Ref(const StringPool::Ref& rhs) : entry_(rhs.entry_) { in Ref() function in android::StringPool::Ref42 StringPool::Ref::Ref(StringPool::Entry* entry) : entry_(entry) { in Ref() function in android::StringPool::Ref
175 using Ref = ResEntryValueRef<compact_entry>; variable
134 friend class Ref; variable