Searched defs:ConsumeString (Results 1 – 7 of 7) sorted by relevance
/external/libchrome/base/json/ | ||
D | json_parser_unittest.cc | 47 TEST_F(JSONParserTest, ConsumeString) { in TEST_F() argument |
D | json_parser.cc | 601 Value* JSONParser::ConsumeString() { in ConsumeString() function in base::internal::JSONParser |
/external/nanopb-c/generator/google/protobuf/ | ||
D | text_format.py | 491 def ConsumeString(self): member in _Tokenizer |
/external/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 353 void Tokenizer::ConsumeString(char delimiter) { in ConsumeString() function in google::protobuf::io::Tokenizer |
/external/protobuf/python/google/protobuf/ | ||
D | text_format.py | 999 def ConsumeString(self): member in _Tokenizer |
/external/protobuf/src/google/protobuf/compiler/ | ||
D | parser.cc | 265 bool Parser::ConsumeString(string* output, const char* error) { in ConsumeString() function in google::protobuf::compiler::Parser |
/external/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 852 bool ConsumeString(string* text) { in ConsumeString() function in google::protobuf::TextFormat::Parser::ParserImpl |