Searched refs:trimmed_part (Results 1 – 2 of 2) sorted by relevance
358 StringPiece trimmed_part = util::TrimWhitespace(part); in TryParseFlagSymbol() local366 if (trimmed_part == flag_symbol_resource_name.entry) { in TryParseFlagSymbol()
77 StringPiece trimmed_part = util::TrimWhitespace(part); in ParseFormatAttribute() local78 uint32_t type = ParseFormatType(trimmed_part); in ParseFormatAttribute()