/external/chromium_org/sdch/open-vcdiff/src/ |
D | headerparser.h | 111 DeltaWindowSection() : parseable_chunk_(NULL), owned_(true) { } in DeltaWindowSection() 118 if (owned_ && parseable_chunk_) { in Init() 123 owned_ = true; in Init() 130 owned_ = false; in Init() 135 bool IsOwned() const { return owned_; } in IsOwned() 169 if (owned_) { in FreeChunk() 183 bool owned_; variable
|
/external/open-vcdiff/src/ |
D | headerparser.h | 111 DeltaWindowSection() : parseable_chunk_(NULL), owned_(true) { } in DeltaWindowSection() 118 if (owned_ && parseable_chunk_) { in Init() 123 owned_ = true; in Init() 130 owned_ = false; in Init() 135 bool IsOwned() const { return owned_; } in IsOwned() 169 if (owned_) { in FreeChunk() 183 bool owned_; variable
|
/external/chromium/sdch/open-vcdiff/src/ |
D | headerparser.h | 111 DeltaWindowSection() : parseable_chunk_(NULL), owned_(true) { } in DeltaWindowSection() 118 if (owned_ && parseable_chunk_) { in Init() 123 owned_ = true; in Init() 130 owned_ = false; in Init() 135 bool IsOwned() const { return owned_; } in IsOwned() 169 if (owned_) { in FreeChunk() 183 bool owned_; variable
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | thread.cc | 121 result->owned_ = false; in WrapCurrentThread() 177 owned_(true) { in Thread() 226 ASSERT(owned_); in Start() 227 if (!owned_) return false; in Start() 363 return owned_; in IsOwned()
|
D | thread.h | 206 bool owned_; variable
|
D | stream.cc | 143 : stream_(stream), owned_(owned) { in StreamAdapterInterface() 151 if (owned_) in Attach() 154 owned_ = owned; in Attach() 168 if (owned_) in ~StreamAdapterInterface()
|
D | stream.h | 325 bool owned_; variable
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
D | thread.cc | 153 owned_(true), in Thread() 222 ASSERT(owned_); in Start() 223 if (!owned_) return false; in Start() 369 return owned_; in IsOwned() 535 owned_ = false; in WrapCurrentWithThreadManager()
|
D | thread.h | 274 bool owned_; variable
|
D | stream.cc | 135 : stream_(stream), owned_(owned) { in StreamAdapterInterface() 143 if (owned_) in Attach() 146 owned_ = owned; in Attach() 160 if (owned_) in ~StreamAdapterInterface()
|
D | stream.h | 342 bool owned_; variable
|
/external/chromium_org/third_party/leveldatabase/src/table/ |
D | block.h | 33 bool owned_; // Block owns data_[] variable
|
D | block.cc | 26 owned_(contents.heap_allocated) { in Block() 41 if (owned_) { in ~Block()
|
/external/openfst/src/include/fst/extensions/ngram/ |
D | ngram-fst.h | 80 NGramFstImpl() : data_region_(0), data_(0), owned_(false) { in NGramFstImpl() 90 if (owned_) { in ~NGramFstImpl() 262 bool owned_; // True if we own data_ variable 280 : data_region_(0), data_(0), owned_(false) { in NGramFstImpl() 512 if (owned_) { in Init() 517 owned_ = owned; in Init()
|
/external/chromium_org/third_party/leveldatabase/src/db/ |
D | db_test.cc | 1902 : map_(map), owned_(owned), iter_(map_->end()) { in ModelIter() 1905 if (owned_) delete map_; in ~ModelIter() 1926 const bool owned_; // Do we own map_ member in leveldb::ModelDB::ModelIter
|