Lines Matching refs:LITERAL
34 " as a static list of literal file names that do not depend on the\n"
67 " The outputs in this case will be the two literal files given.\n"
107 DCHECK(type > Subrange::LITERAL && type < Subrange::NUM_TYPES);
136 // We skip the LITERAL one since that varies each time.
150 if (t[subrange_i].type == Subrange::LITERAL)
151 (*output)[template_i].append(t[subrange_i].literal);
177 if (t[subrange_i].type == Subrange::LITERAL) {
178 item_str.append(EscapeString(t[subrange_i].literal, escape_options,
268 // Pick up everything from the previous spot to here as a literal.
271 t.container().push_back(Subrange(Subrange::LITERAL, str.substr(cur)));
275 Subrange(Subrange::LITERAL, str.substr(cur, next - cur)));
297 // If it's not a match, treat it like a one-char literal (this will be
298 // rare, so it's not worth the bother to add to the previous literal) so
300 t.container().push_back(Subrange(Subrange::LITERAL, "{"));