HomeSort by relevance Sort by last modified time
    Searched refs:ConsumeDictionary (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/json/
json_parser.h 175 std::unique_ptr<Value> ConsumeDictionary();
256 FRIEND_TEST_ALL_PREFIXES(JSONParserTest, ConsumeDictionary);
json_parser_unittest.cc 78 TEST_F(JSONParserTest, ConsumeDictionary) {
81 std::unique_ptr<Value> value(parser->ConsumeDictionary());
json_parser.cc 318 return ConsumeDictionary();
335 std::unique_ptr<Value> JSONParser::ConsumeDictionary() {

Completed in 64 milliseconds