Searched refs:Unref (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dnacl_ppapi_util.cc26 anchor_->Unref();
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Dcache.h87 void Unref(Handle* e);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Dcache.cc154 void Unref(LRUHandle* e);
181 Unref(e);
186 void LRUCache::Unref(LRUHandle* e) { function in class:leveldb::__anon12466::LRUCache
222 Unref(reinterpret_cast<LRUHandle*>(handle));
245 Unref(old);
252 Unref(old);
263 Unref(e);
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
H A Dmemenv.cc33 void Unref() { function in class:leveldb::__anon12454::FileState
124 // Private since only Unref() should be used to delete it.
155 file_->Unref();
190 file_->Unref();
209 file_->Unref();
235 i->second->Unref();
306 file_map_[fname]->Unref();
/external/chromium_org/third_party/leveldatabase/src/db/
H A Dmemtable.h30 void Unref() { function in class:leveldb::MemTable
67 ~MemTable(); // Private since only Unref() should be used to delete it
H A Dwrite_batch_test.cc51 mem->Unref();
H A Ddb_impl.cc162 if (mem_ != NULL) mem_->Unref();
163 if (imm_ != NULL) imm_->Unref();
441 mem->Unref();
452 if (mem != NULL) mem->Unref();
512 base->Unref();
527 imm_->Unref();
1027 state->mem->Unref();
1028 if (state->imm != NULL) state->imm->Unref();
1029 state->version->Unref();
1118 mem->Unref();
[all...]
H A Dversion_set.h90 void Unref();
H A Dversion_set.cc477 void Version::Unref() { function in class:leveldb::Version
652 base_->Unref();
788 current_->Unref();
799 current_->Unref();
1413 input_version_->Unref();
1479 input_version_->Unref();
H A Drepair.cc229 mem->Unref();
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
H A Dservice_runtime.cc550 reverse_service_->Unref();
561 reverse_service_->Unref();
563 rev_interface_->Unref();
565 anchor_->Unref();
/external/chromium_org/ui/base/x/
H A Dx11_util.cc214 void Unref(::Cursor cursor) { function in class:ui::__anon16685::XCustomCursorCache
215 if (cache_[cursor]->Unref())
251 bool Unref() { function in class:ui::__anon16685::XCustomCursorCache::XCustomCursor
380 XCustomCursorCache::GetInstance()->Unref(cursor);
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dtable_test.cc325 memtable_->Unref();
328 memtable_->Unref();
784 memtable->Unref();
/external/valgrind/main/drd/tests/
H A Dtsan_unittest.cpp3717 void Unref() { function in struct:RefCountedClass
3766 object->Unref();
3793 object->Unref();
3809 // test78: TN. Ref counting, Unref is annotated. {{{1
3812 // same as test76, but RefCountedClass::Unref is annotated.
3820 object->Unref();
3823 printf("test78: true negative (ref counting), Unref is annotated\n");
3907 void Unref() { function in struct:AtomicRefCountedClass
3945 object->Unref(); // All the tricky stuff is here.
3960 // test81: TN. Ref counting with atomics, Unref i
[all...]

Completed in 2736 milliseconds