Searched refs:maybe_type (Results 1 – 1 of 1) sorted by relevance
419 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local420 resource_type = maybe_type.value().to_string(); in ParseResource()443 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local444 resource_type = maybe_type.value().to_string(); in ParseResource()693 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic() local694 if (!maybe_type) { in ParsePublic()700 const ResourceType* parsed_type = ParseResourceType(maybe_type.value()); in ParsePublic()703 << maybe_type.value() in ParsePublic()731 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublicGroup() local732 if (!maybe_type) { in ParsePublicGroup()[all …]