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

  /external/protobuf/src/google/protobuf/compiler/
parser.h 114 stop_after_syntax_identifier_ = value;
471 bool stop_after_syntax_identifier_; member in class:google::protobuf::compiler::Parser
parser.cc 102 stop_after_syntax_identifier_(false) {
422 // stop_after_syntax_identifier_ is true. So, we conservatively allocate
442 } else if (!stop_after_syntax_identifier_) {
446 if (stop_after_syntax_identifier_) return !had_errors_;
479 if (syntax != "proto2" && !stop_after_syntax_identifier_) {
    [all...]

Completed in 175 milliseconds