Searched refs:owned_ (Results 1 - 7 of 7) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dheaderparser.h111 DeltaWindowSection() : parseable_chunk_(NULL), owned_(true) { }
118 if (owned_ && parseable_chunk_) {
123 owned_ = true;
130 owned_ = false;
135 bool IsOwned() const { return owned_; }
169 if (owned_) {
175 // Will be NULL until Init() has been called. If owned_ is true, this will
177 // must be deleted by this DeltaWindowSection object. If owned_ is false,
183 bool owned_; member in class:open_vcdiff::DeltaWindowSection
/external/open-vcdiff/src/
H A Dheaderparser.h111 DeltaWindowSection() : parseable_chunk_(NULL), owned_(true) { }
118 if (owned_ && parseable_chunk_) {
123 owned_ = true;
130 owned_ = false;
135 bool IsOwned() const { return owned_; }
169 if (owned_) {
175 // Will be NULL until Init() has been called. If owned_ is true, this will
177 // must be deleted by this DeltaWindowSection object. If owned_ is false,
183 bool owned_; member in class:open_vcdiff::DeltaWindowSection
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.cc121 result->owned_ = false;
177 owned_(true) {
226 ASSERT(owned_);
227 if (!owned_) return false;
363 return owned_;
H A Dthread.h206 bool owned_; member in class:talk_base::Thread
H A Dstream.cc143 : stream_(stream), owned_(owned) {
151 if (owned_)
154 owned_ = owned;
168 if (owned_)
H A Dstream.h325 bool owned_; member in class:talk_base::StreamAdapterInterface
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h80 NGramFstImpl() : data_region_(0), data_(0), owned_(false) {
90 if (owned_) {
262 bool owned_; // True if we own data_ member in class:fst::NGramFstImpl
280 : data_region_(0), data_(0), owned_(false) {
512 if (owned_) {
517 owned_ = owned;

Completed in 1066 milliseconds