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

  /external/chromium_org/native_client_sdk/src/tests/nacl_io_test/
fake_pepper_interface_url_loader.h 53 void set_allow_partial(bool allow_partial) { allow_partial_ = allow_partial; }
57 bool allow_partial() const { return allow_partial_; }
66 bool allow_partial_; member in class:FakeURLLoaderServer
fake_pepper_interface_url_loader.cc 189 : max_read_size_(0), send_content_length_(false), allow_partial_(false) {}
  /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...]
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
text_format.h 314 allow_partial_ = allow;
337 bool allow_partial_; member in class:google::protobuf::TextFormat::Parser
text_format.cc     [all...]

Completed in 198 milliseconds