/external/protobuf/src/google/protobuf/ |
text_format.cc | 124 tokenizer_(input_stream, &tokenizer_error_collector_), 130 tokenizer_.set_allow_f_after_float(true); 133 tokenizer_.set_comment_style(io::Tokenizer::SH_COMMENT_STYLE); 136 tokenizer_.Next(); 206 ReportError(tokenizer_.current().line, tokenizer_.current().column, 213 ReportWarning(tokenizer_.current().line, tokenizer_.current().column, 447 return tokenizer_.current().text == text; 452 return tokenizer_.current().type == token_type 636 io::Tokenizer tokenizer_; member in class:google::protobuf::TextFormat::Parser::ParserImpl [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
text_format.cc | 199 tokenizer_(input_stream, &tokenizer_error_collector_), 206 tokenizer_.set_allow_f_after_float(true); 209 tokenizer_.set_comment_style(io::Tokenizer::SH_COMMENT_STYLE); 212 tokenizer_.Next(); 282 ReportError(tokenizer_.current().line, tokenizer_.current().column, 289 ReportWarning(tokenizer_.current().line, tokenizer_.current().column, 316 int start_line = tokenizer_.current().line; 317 int start_column = tokenizer_.current().column 901 io::Tokenizer tokenizer_; member in class:google::protobuf::TextFormat::Parser::ParserImpl [all...] |