Searched refs:cleanup_ (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/cmds/installd/ |
D | dexopt.cpp | 1164 Dex2oatFileWrapper() : value_(-1), cleanup_(), do_cleanup_(true), auto_close_(true) { in Dex2oatFileWrapper() 1168 : value_(value), cleanup_(cleanup), do_cleanup_(true), auto_close_(true) {} in Dex2oatFileWrapper() 1172 cleanup_ = other.cleanup_; in Dex2oatFileWrapper() 1180 cleanup_ = other.cleanup_; in operator =() 1203 if (do_cleanup_ && cleanup_ != nullptr) { in reset() 1204 cleanup_(); in reset() 1214 if (do_cleanup_ && cleanup_ != nullptr) { in reset() 1215 cleanup_(); in reset() 1219 cleanup_ = new_cleanup; in reset() 1230 cleanup_ = nullptr; in release() [all …]
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/php/ext/google/protobuf/ |
D | upb.c | 1989 upb_inttable_begin(&i, &h->cleanup_); in freehandlers() 1997 upb_inttable_uninit(&h->cleanup_); in freehandlers() 2260 if (!upb_inttable_init(&h->cleanup_, UPB_CTYPE_FPTR)) goto oom; in upb_handlers_new() 2380 if (upb_inttable_lookupptr(&h->cleanup_, p, NULL)) { in upb_handlers_addcleanup() 2383 ok = upb_inttable_insertptr(&h->cleanup_, p, upb_value_fptr(func)); in upb_handlers_addcleanup()
|
D | upb.h | 3687 upb_inttable cleanup_; member
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/ruby/ext/google/protobuf_c/ |
D | upb.c | 2136 upb_inttable_begin(&i, &h->cleanup_); in freehandlers() 2144 upb_inttable_uninit(&h->cleanup_); in freehandlers() 2413 if (!upb_inttable_init(&h->cleanup_, UPB_CTYPE_FPTR)) goto oom; in upb_handlers_new() 2533 if (upb_inttable_lookupptr(&h->cleanup_, p, NULL)) { in upb_handlers_addcleanup() 2536 ok = upb_inttable_insertptr(&h->cleanup_, p, upb_value_fptr(func)); in upb_handlers_addcleanup()
|
D | upb.h | 4383 upb_inttable cleanup_;
|