Searched refs:maybe_format (Results 1 – 1 of 1) sorted by relevance
550 if (Maybe<StringPiece> maybe_format = xml::FindNonEmptyAttribute(parser, "format")) { in ParseResource() local554 resource_format = ParseFormatTypeNoEnumsOrFlags(maybe_format.value()); in ParseResource()557 << "'" << maybe_format.value() in ParseResource()1112 Maybe<StringPiece> maybe_format = xml::FindAttribute(parser, "format"); in ParseAttrImpl() local1113 if (maybe_format) { in ParseAttrImpl()1114 type_mask = ParseFormatAttribute(maybe_format.value()); in ParseAttrImpl()1117 << "invalid attribute format '" << maybe_format.value() << "'"); in ParseAttrImpl()