Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp655 static bool DeserializeReferenceFromPb(const pb::Reference& pb_ref, Reference* out_ref, in DeserializeReferenceFromPb()
682 static bool DeserializeMacroFromPb(const pb::MacroBody& pb_ref, Macro* out_ref, in DeserializeMacroFromPb()
884 const pb::Reference& pb_ref = pb_item.ref(); in DeserializeItemFromPb() local
DProtoSerialize.cpp451 static void SerializeReferenceToPb(const Reference& ref, pb::Reference* pb_ref) { in SerializeReferenceToPb()