Home
last modified time | relevance | path

Searched defs:ref_entry (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/libutils/
H A DRefBase.cpp343 struct ref_entry struct in android::RefBase::weakref_impl
345 ref_entry* next;
346 const void* id;
348 CallStack::CallStackUPtr stack;
350 int32_t ref;
/aosp14/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener.cpp333 for (const auto& ref_entry : visitor.string_refs) { in Flatten() local