Searched refs:maybe_type (Results 1 – 1 of 1) sorted by relevance
544 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local545 resource_type = maybe_type.value().to_string(); in ParseResource()568 if (Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type")) { in ParseResource() local569 resource_type = maybe_type.value().to_string(); in ParseResource()854 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublic() local855 if (!maybe_type) { in ParsePublic()861 const ResourceType* parsed_type = ParseResourceType(maybe_type.value()); in ParsePublic()864 << maybe_type.value() in ParsePublic()903 Maybe<StringPiece> maybe_type = xml::FindNonEmptyAttribute(parser, "type"); in ParsePublicGroup() local904 if (!maybe_type) { in ParsePublicGroup()[all …]