Searched defs:ParsedResource (Results 1 – 1 of 1) sorted by relevance
101 struct ParsedResource { struct102 ResourceName name;103 ConfigDescription config;104 std::string product;105 android::Source source;107 ResourceId id;109 bool staged_api = false;110 bool allow_new = false;112 std::optional<StagedId> staged_alias;114 std::string comment;[all …]