Lines Matching refs:Value
22 class Value;
32 // base::StringValue by using StringPiece where possible when returning Value
52 // result as a Value owned by the caller.
53 Value* Parse(const StringPiece& input);
87 // create base::Value with a StringPiece to avoid unnecessary std::string
162 Value* ParseNextToken();
164 // Takes a token that represents the start of a Value ("a structural token"
167 Value* ParseToken(Token token);
171 Value* ConsumeDictionary();
175 Value* ConsumeList();
177 // Calls through ConsumeStringRaw and wraps it in a value.
178 Value* ConsumeString();
197 // this parses and converts it to either an int or double value.
198 Value* ConsumeNumber();
205 Value* ConsumeLiteral();
242 // The last value of |index_| on the previous line.