Searched refs:literal_ (Results 1 – 2 of 2) sorted by relevance
71 : word_(word), literal_(false) {} in QueryNodeWord()77 void set_literal(bool literal) { literal_ = literal; } in set_literal()87 bool literal_; member in QueryNodeWord119 if (!literal_ && QueryParser::IsWordLongEnoughForPrefixSearch(word_)) in AppendToSQLiteQuery()
544 : literal_(literal), representation_(LITERAL) { } in SlotRef()566 return literal_; in GetValue()580 Handle<Object> literal_; variable