Searched defs:ConsumeString (Results 1 – 5 of 5) sorted by relevance
/third_party/gn/src/base/json/ | ||
D | json_parser.cc | 433 std::optional<Value> JSONParser::ConsumeString() { in ConsumeString() function in base::internal::JSONParser |
/third_party/protobuf/src/google/protobuf/io/ | ||
D | tokenizer.cc | 362 void Tokenizer::ConsumeString(char delimiter) { in ConsumeString() function in google::protobuf::io::Tokenizer |
/third_party/protobuf/python/google/protobuf/ | ||
D | text_format.py | 1461 def ConsumeString(self): member in Tokenizer |
/third_party/protobuf/src/google/protobuf/compiler/ | ||
D | parser.cc | 322 bool Parser::ConsumeString(std::string* output, const char* error) { in ConsumeString() function in google::protobuf::compiler::Parser |
/third_party/protobuf/src/google/protobuf/ | ||
D | text_format.cc | 959 bool ConsumeString(std::string* text) { in ConsumeString() function in google::protobuf::TextFormat::Parser::ParserImpl |