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

  /external/protobuf/src/google/protobuf/
text_format.h 234 allow_partial_ = allow;
254 bool allow_partial_; member in class:google::protobuf::TextFormat::Parser
text_format.cc 770 allow_partial_(false) {}
805 if (!allow_partial_ && !output->IsInitialized()) {
    [all...]

Completed in 53 milliseconds