Searched refs:maybe_type (Results 1 – 1 of 1) sorted by relevance
548 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local549 resource_type = maybe_type.value().to_string(); in ParseResource()572 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local573 resource_type = maybe_type.value().to_string(); in ParseResource()856 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic() local857 if (!maybe_type) { in ParsePublic()863 const ResourceType* parsed_type = ParseResourceType(maybe_type.value()); in ParsePublic()866 << maybe_type.value() in ParsePublic()905 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublicGroup() local906 if (!maybe_type) { in ParsePublicGroup()[all …]