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

  /external/protobuf/src/google/protobuf/
text_format.cc 246 allow_unknown_field_(allow_unknown_field),
410 if (!allow_unknown_field_) {
459 if (!allow_unknown_field_) {
472 GOOGLE_CHECK(allow_unknown_field_);
825 // If allow_field_numer_ or allow_unknown_field_ is true, we should able
827 if ((allow_field_number_ || allow_unknown_field_)
1098 const bool allow_unknown_field_; member in class:google::protobuf::TextFormat::Parser::ParserImpl
    [all...]
text_format.h 480 bool allow_unknown_field_; member in class:google::protobuf::TextFormat::Parser
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 338 bool allow_unknown_field_; member in class:google::protobuf::TextFormat::Parser
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
text_format.h 338 bool allow_unknown_field_; member in class:google::protobuf::TextFormat::Parser
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
text_format.h 338 bool allow_unknown_field_; member in class:google::protobuf::TextFormat::Parser
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
text_format.h 480 bool allow_unknown_field_; member in class:google::protobuf::TextFormat::Parser
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
text_format.h 338 bool allow_unknown_field_; member in class:google::protobuf::TextFormat::Parser

Completed in 1466 milliseconds