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

  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.h 78 // destroyed. Call SetCloseOnDelete(true) to change that. WARNING:
82 void SetCloseOnDelete(bool value) { copying_input_.SetCloseOnDelete(value); }
103 void SetCloseOnDelete(bool value) { close_on_delete_ = value; }
161 // destroyed. Call SetCloseOnDelete(true) to change that. WARNING:
165 void SetCloseOnDelete(bool value) { copying_output_.SetCloseOnDelete(value); }
185 void SetCloseOnDelete(bool value) { close_on_delete_ = value; }
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 445 result->SetCloseOnDelete(true);

Completed in 341 milliseconds