Literal           112 third_party/lzma_sdk/LzmaDec.c #if Literal != LZMA_BASE_SIZE
Literal           165 third_party/lzma_sdk/LzmaDec.c       prob = probs + Literal;
Literal           509 third_party/lzma_sdk/LzmaDec.c       prob = probs + Literal;
Literal           709 third_party/lzma_sdk/LzmaDec.c   UInt32 numProbs = Literal + ((UInt32)LZMA_LIT_SIZE << (p->prop.lc + p->prop.lp));
Literal           210 third_party/re2/re2/compile.cc   Frag Literal(Rune r, bool foldcase);
Literal           765 third_party/re2/re2/compile.cc       return Literal(re->rune(), re->parse_flags()&Regexp::FoldCase);
Literal           773 third_party/re2/re2/compile.cc         Frag f1 = Literal(re->runes()[i], re->parse_flags()&Regexp::FoldCase);
Literal          1972 third_party/re2/re2/parse.cc   if (global_flags & Literal) {
Literal           215 third_party/re2/re2/prefilter.cc   static Info* Literal(Rune r);
Literal           562 third_party/re2/re2/prefilter.cc         info = Literal(re->rune());
Literal           577 third_party/re2/re2/prefilter.cc         info = Literal(re->runes()[0]);
Literal           579 third_party/re2/re2/prefilter.cc           info = Concat(info, Literal(re->runes()[i]));
Literal           167 third_party/re2/re2/re2.cc     flags |= Regexp::Literal;
Literal           258 third_party/re2/re2/testing/parse_test.cc TEST(TestParse, Literal) {
Literal           259 third_party/re2/re2/testing/parse_test.cc   TestParse(literal_tests, arraysize(literal_tests), Regexp::Literal, "literal");
Literal            48 tools/gn/parser.cc   {&Parser::Literal, NULL, -1},                                 // INTEGER
Literal            49 tools/gn/parser.cc   {&Parser::Literal, NULL, -1},                                 // STRING
Literal            50 tools/gn/parser.cc   {&Parser::Literal, NULL, -1},                                 // TRUE_TOKEN
Literal            51 tools/gn/parser.cc   {&Parser::Literal, NULL, -1},                                 // FALSE_TOKEN
Literal            52 tools/gn/parser.h   scoped_ptr<ParseNode> Literal(Token token);
Literal            94 tools/gn/parser_unittest.cc TEST(Parser, Literal) {