OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Unref
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
nacl_ppapi_util.cc
26
anchor_->
Unref
();
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
cache.h
87
void
Unref
(Handle* e);
/external/chromium_org/ppapi/native_client/src/trusted/plugin/
scriptable_plugin.h
33
static void
Unref
(ScriptablePlugin** handle);
46
void
Unref
();
102
// and only that owner should call
Unref
(). To CHECK for that keep a counter.
scriptable_plugin.cc
60
void ScriptablePlugin::
Unref
(ScriptablePlugin** handle) {
62
(*handle)->
Unref
();
166
void ScriptablePlugin::
Unref
() {
170
PLUGIN_PRINTF(("ScriptablePlugin::
Unref
(this=%p, var=%p)\n",
177
PLUGIN_PRINTF(("ScriptablePlugin::
Unref
(delete var)\n"));
184
PLUGIN_PRINTF(("ScriptablePlugin::
Unref
(delete this)\n"));
service_runtime.cc
693
reverse_service_->
Unref
();
704
reverse_service_->
Unref
();
707
rev_interface_->
Unref
();
709
anchor_->
Unref
();
plugin.cc
687
ScriptablePlugin::
Unref
(&scriptable_plugin_);
739
// The browser will
unref
when it discards the var for this object.
[
all
...]
/external/chromium_org/third_party/leveldatabase/src/db/
memtable.h
30
void
Unref
() {
67
~MemTable(); // Private since only
Unref
() should be used to delete it
write_batch_test.cc
51
mem->
Unref
();
db_impl.cc
162
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
();
[
all
...]
version_set.h
90
void
Unref
();
version_set.cc
491
void Version::
Unref
() {
666
base_->
Unref
();
802
current_->
Unref
();
813
current_->
Unref
();
[
all
...]
repair.cc
229
mem->
Unref
();
/external/chromium_org/third_party/leveldatabase/src/util/
cache.cc
154
void
Unref
(LRUHandle* e);
181
Unref
(e);
186
void LRUCache::
Unref
(LRUHandle* e) {
222
Unref
(reinterpret_cast<LRUHandle*>(handle));
245
Unref
(old);
252
Unref
(old);
263
Unref
(e);
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.cc
33
void
Unref
() {
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/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.cc
89
// automatically
unref
the Worker object, so the worker thread
107
void
Unref
(); // used only for error cleanup, e.g., when the worker
264
void Worker::
Unref
() {
277
anchor_->
Unref
();
294
Unref
();
407
Unref
();
645
instance->worker()->
Unref
();
/external/chromium_org/ui/base/x/
x11_util.cc
196
void
Unref
(::Cursor cursor) {
197
if (cache_[cursor]->
Unref
())
228
// Returns true if the cursor was destroyed because of the
unref
.
229
bool
Unref
() {
394
XCustomCursorCache::GetInstance()->
Unref
(cursor);
[
all
...]
/external/chromium_org/third_party/leveldatabase/src/table/
table_test.cc
325
memtable_->
Unref
();
328
memtable_->
Unref
();
784
memtable->
Unref
();
/external/valgrind/main/drd/tests/
tsan_unittest.cpp
[
all
...]
/external/valgrind/unittest/
racecheck_unittest.cc
[
all
...]
Completed in 602 milliseconds