Home
last modified time | relevance | path

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

/aosp14/system/core/libutils/
H A DRefBase.cpp280 void renameStrongRefId(const void* old_id, const void* new_id) { in renameStrongRefId()
299 void renameWeakRefId(const void* old_id, const void* new_id) { in renameWeakRefId()
406 void renameRefsId(ref_entry* r, const void* old_id, const void* new_id) in renameRefsId()
845 const void* old_id, const void* new_id) { in renameRefId()
852 const void* old_id, const void* new_id) { in renameRefId()
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp188 Id* new_id = test::GetValue<Id>(&new_table, "com.app.a:id/foo"); in TEST() local