Home
last modified time | relevance | path

Searched refs:allow_partial_ (Results 1 – 2 of 2) sorted by relevance

/external/protobuf/src/google/protobuf/
Dtext_format.h443 allow_partial_ = allow; in AllowPartialMessage()
478 bool allow_partial_; variable
Dtext_format.cc1237 allow_partial_(false), in Parser()
1293 if (!allow_partial_ && !output->IsInitialized()) { in MergeUsingImpl()