Searched refs:maybe_type (Results 1 – 1 of 1) sorted by relevance
423 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local424 resource_type = maybe_type.value().to_string(); in ParseResource()447 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local448 resource_type = maybe_type.value().to_string(); in ParseResource()697 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic() local698 if (!maybe_type) { in ParsePublic()704 const ResourceType* parsed_type = ParseResourceType(maybe_type.value()); in ParsePublic()707 << maybe_type.value() in ParsePublic()735 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublicGroup() local736 if (!maybe_type) { in ParsePublicGroup()[all …]