Searched defs:ConsumeString (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dtext_format.py276 value = tokenizer.ConsumeString()
491 def ConsumeString(self): member in class:_Tokenizer
/external/protobuf/python/google/protobuf/
H A Dtext_format.py256 value = tokenizer.ConsumeString()
519 def ConsumeString(self): member in class:_Tokenizer
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc65 // verifying the correctness of ConsumeString(), defined below. I'm not
331 void Tokenizer::ConsumeString(char delimiter) { function in class:google::protobuf::io::Tokenizer
532 ConsumeString('\"');
535 ConsumeString('\'');
/external/chromium_org/base/json/
H A Djson_parser.cc467 return ConsumeString();
587 Value* JSONParser::ConsumeString() { function in class:base::internal::JSONParser
/external/chromium_org/content/common/
H A Dpage_state_serialization.cc355 void ConsumeString(SerializeObject* obj) { function in namespace:content::__anon8380
536 ConsumeString(obj); // Skip obsolete parent field.
537 ConsumeString(obj); // Skip obsolete title field.
538 ConsumeString(obj); // Skip obsolete alternate title field.
572 ConsumeString(obj); // Skip unused referrer string.
/external/chromium_org/third_party/protobuf/src/google/protobuf/io/
H A Dtokenizer.cc65 // verifying the correctness of ConsumeString(), defined below. I'm not
349 void Tokenizer::ConsumeString(char delimiter) { function in class:google::protobuf::io::Tokenizer
615 ConsumeString('\"');
618 ConsumeString('\'');
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc224 bool Parser::ConsumeString(string* output, const char* error) { function in class:google::protobuf::compiler::Parser
351 DO(ConsumeString(&syntax, "Expected syntax identifier."));
616 DO(ConsumeString(default_value, "Expected string."));
620 DO(ConsumeString(default_value, "Expected string."));
743 DO(ConsumeString(&value, "Expected string."));
1082 DO(ConsumeString(import_filename,
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.cc238 bool Parser::ConsumeString(string* output, const char* error) { function in class:google::protobuf::compiler::Parser
469 DO(ConsumeString(&syntax, "Expected syntax identifier."));
874 DO(ConsumeString(default_value, "Expected string."));
878 DO(ConsumeString(default_value, "Expected string."));
1068 DO(ConsumeString(&value, "Expected string."));
1566 DO(ConsumeString(dependency->Add(),
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.cc585 DO(ConsumeString(&value));
733 bool ConsumeString(string* text) { function in class:google::protobuf::TextFormat::Parser::ParserImpl
/external/protobuf/src/google/protobuf/
H A Dtext_format.cc394 DO(ConsumeString(&value));
471 bool ConsumeString(string* text) { function in class:google::protobuf::TextFormat::Parser::ParserImpl

Completed in 770 milliseconds