Home | Sort by relevance Sort by last modified time |
/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...] |