Searched refs:allow_partial_ (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/fake_ppapi/
H A Dfake_pepper_interface_url_loader.h69 void set_allow_partial(bool allow_partial) { allow_partial_ = allow_partial; }
76 bool allow_partial() const { return allow_partial_; }
86 bool allow_partial_; member in class:FakeURLLoaderServer
H A Dfake_pepper_interface_url_loader.cc244 allow_partial_(false),
/external/protobuf/src/google/protobuf/
H A Dtext_format.h234 allow_partial_ = allow;
254 bool allow_partial_; member in class:google::protobuf::TextFormat::Parser
H A Dtext_format.cc770 allow_partial_(false) {}
805 if (!allow_partial_ && !output->IsInitialized()) {
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dtext_format.h314 allow_partial_ = allow;
337 bool allow_partial_; member in class:google::protobuf::TextFormat::Parser
H A Dtext_format.cc1041 allow_partial_(false),
1082 if (!allow_partial_ && !output->IsInitialized()) {

Completed in 157 milliseconds