Searched refs:maybe_type (Results 1 – 1 of 1) sorted by relevance
542 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local543 resource_type = maybe_type.value().to_string(); in ParseResource()566 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local567 resource_type = maybe_type.value().to_string(); in ParseResource()844 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic() local845 if (!maybe_type) { in ParsePublic()851 const ResourceType* parsed_type = ParseResourceType(maybe_type.value()); in ParsePublic()854 << maybe_type.value() in ParsePublic()887 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublicGroup() local888 if (!maybe_type) { in ParsePublicGroup()[all …]