Home
last modified time | relevance | path

Searched refs:AllowNew (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/tools/aapt2/
DResourceTable.h61 struct AllowNew { struct
128 std::optional<AllowNew> allow_new;
214 std::optional<AllowNew> allow_new;
269 std::optional<AllowNew> allow_new;
282 NewResourceBuilder& SetAllowNew(AllowNew allow_new);
DResourceTable.cpp353 const std::optional<AllowNew>& allow_new, in InsertEntryIntoTableView()
723 NewResourceBuilder& NewResourceBuilder::SetAllowNew(AllowNew allow_new) { in SetAllowNew()
DResourceTable_test.cpp245 AllowNew allow_new; in TEST()
DResources.proto153 message AllowNew { message
232 AllowNew allow_new = 4;
DResourceParser.cpp143 AllowNew allow_new; in AddResourcesToTable()
/frameworks/base/tools/aapt2/format/proto/
DProtoDeserialize.cpp476 const pb::AllowNew& pb_allow_new = pb_entry.allow_new(); in DeserializePackageFromPb()
478 AllowNew allow_new; in DeserializePackageFromPb()
DProtoSerialize.cpp401 pb::AllowNew* pb_allow_new = pb_entry->mutable_allow_new(); in SerializeTableToPb()