Lines Matching defs:ParsedResource
101 struct ParsedResource { struct
102 ResourceName name;
103 ConfigDescription config;
104 std::string product;
105 android::Source source;
107 ResourceId id;
108 Visibility::Level visibility_level = Visibility::Level::kUndefined;
109 bool staged_api = false;
110 bool allow_new = false;
111 std::optional<OverlayableItem> overlayable_item;
112 std::optional<StagedId> staged_alias;
114 std::string comment;
115 std::unique_ptr<Value> value;
116 std::list<ParsedResource> child_resources;