Home
last modified time | relevance | path

Searched defs:StagedId (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable.h67 struct StagedId { struct
68 ResourceId id;
69 android::Source source;
H A DResources.proto203 message StagedId { message
/aosp14/frameworks/base/tools/aapt2/format/proto/
H A DProtoSerialize_test.cpp936 TEST(ProtoSerializeTest, StagedId) { in TEST() argument