/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
unique_ptr.h | 117 "constructed with null function pointer deleter"); } 123 "constructed with null function pointer deleter"); } 134 "rvalue deleter bound to reference"); } 139 "constructed with null function pointer deleter"); } 279 "constructed with null function pointer deleter"); } 285 "constructed with null function pointer deleter"); } 296 "rvalue deleter bound to reference"); } 301 "constructed with null function pointer deleter"); }
|
shared_ptr.h | 117 * and the deleter @a __d. 119 * @param __d A deleter. 134 * and the deleter @a __d. 136 * @param __d A deleter. 151 * and the deleter @a __d. 153 * @param __d A deleter. 170 * and the deleter @a __d. 172 * @param __d A deleter.
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
unique_ptr.h | 117 "constructed with null function pointer deleter"); } 123 "constructed with null function pointer deleter"); } 134 "rvalue deleter bound to reference"); } 139 "constructed with null function pointer deleter"); } 285 "constructed with null function pointer deleter"); } 291 "constructed with null function pointer deleter"); } 302 "rvalue deleter bound to reference"); } 307 "constructed with null function pointer deleter"); }
|
shared_ptr.h | 117 * and the deleter @a __d. 119 * @param __d A deleter. 134 * and the deleter @a __d. 136 * @param __d A deleter. 151 * and the deleter @a __d. 153 * @param __d A deleter. 170 * and the deleter @a __d. 172 * @param __d A deleter.
|
/external/chromium/chrome/common/deprecated/ |
event_sys_unittest.cc | 256 HookupDeleter deleter; local 257 deleter.hookup_ = NewEventListenerHookup(sally.event_channel(), 258 &deleter, 261 ASSERT_TRUE(NULL == deleter.hookup_);
|
/libcore/luni/src/main/native/ |
IcuUtilities.cpp | 36 UniquePtr<StringEnumeration> deleter(se);
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/ |
test_deleter.h | 14 // Example move-only deleter
|
/frameworks/native/include/utils/ |
UniquePtr.h | 30 // Default deleter for pointer types. 40 // Default deleter for array types. 227 // Custom deleter tests...
|
/libcore/include/ |
UniquePtr.h | 22 // Default deleter for pointer types. 32 // Default deleter for array types. 219 // Custom deleter tests...
|
/external/chromium/base/files/ |
file_path_watcher_browsertest.cc | 255 class Deleter : public FilePathWatcher::Delegate { 257 Deleter(FilePathWatcher* watcher, MessageLoop* loop) 275 scoped_refptr<Deleter> deleter(new Deleter(watcher, &loop_)); 276 ASSERT_TRUE(SetupWatch(test_file(), watcher, deleter.get())); 283 ASSERT_TRUE(deleter->watcher_.get() == NULL);
|
/external/icu4c/common/ |
uvector.h | 51 * option to <em>own</em>its contents. To employ this, set a deleter 52 * function. The deleter is called on a void* pointer when that 56 * removes an element. If no deleter is set, or the deleter is set to 76 // comparison function. It uses UObjectDeleter as its deleter 88 UObjectDeleter *deleter; member in class:UVector
|
uhash.h | 37 * by whether or not the key deleter and value deleter functions are 40 * key deleter function pointer to a non-NULL value. If this is done, 44 * and the value deleter function pointer. Keys passed to methods 83 * UHashTok, but the deleter receives the void* pointer within it. 274 * @return the previous key deleter; may be NULL 287 * @return the previous value deleter; may be NULL 649 * Deleter for Hashtable objects. 655 /* Use uprv_free() itself as a deleter for any key or value allocated using uprv_malloc. */
|
/ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.asgn/ |
move_convert03.pass.cpp | 21 #include "../../deleter.h"
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 117 * and the deleter @a __d. 119 * @param __d A deleter. 134 * and the deleter @a __d. 136 * @param __d A deleter. 151 * and the deleter @a __d. 153 * @param __d A deleter. 170 * and the deleter @a __d. 172 * @param __d A deleter.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
shared_ptr.h | 117 * and the deleter @a __d. 119 * @param __d A deleter. 134 * and the deleter @a __d. 136 * @param __d A deleter. 151 * and the deleter @a __d. 153 * @param __d A deleter. 170 * and the deleter @a __d. 172 * @param __d A deleter.
|
/external/chromium/chrome/browser/password_manager/ |
password_manager.h | 92 // Deleter for pending_login_managers_ when PasswordManager is deleted (e.g
|
/external/llvm/include/llvm/Support/ |
ManagedStatic.h | 47 void RegisterManagedStatic(void *(*creator)(), void (*deleter)(void*)) const;
|
/external/llvm/include/llvm/ADT/ |
STLExtras.h | 56 // deleter - Very very very simple method that is used to invoke operator 59 // for_each(V.begin(), B.end(), deleter<Interval>); 62 inline void deleter(T *Ptr) { function in namespace:llvm
|
/external/v8/src/ |
splay-tree-inl.h | 39 NodeDeleter deleter; local 40 ForEachNode(&deleter);
|
/external/chromium/chrome/browser/importer/ |
safari_importer_unittest.mm | 162 FileAutoDeleter deleter(fake_library_dir);
|
/external/chromium/net/disk_cache/ |
sparse_control.cc | 343 ChildrenDeleter* deleter = new ChildrenDeleter(entry->backend_, local 346 deleter->AddRef(); 350 deleter, &ChildrenDeleter::Start, buffer, data_len)); 353 deleter, &ChildrenDeleter::ReadData, address, data_len));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
shared_ptr.h | 67 // counted ptr with no deleter or allocator support 95 // support for custom deleter and/or allocator 103 // Helper class that stores the Deleter and also acts as an allocator. 582 * and the deleter @a __d. 584 * @param __d A deleter. 605 * and the deleter @a __d. 607 * @param __d A deleter. [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 67 // counted ptr with no deleter or allocator support 95 // support for custom deleter and/or allocator 103 // Helper class that stores the Deleter and also acts as an allocator. 582 * and the deleter @a __d. 584 * @param __d A deleter. 605 * and the deleter @a __d. 607 * @param __d A deleter. [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 67 // counted ptr with no deleter or allocator support 95 // support for custom deleter and/or allocator 103 // Helper class that stores the Deleter and also acts as an allocator. 582 * and the deleter @a __d. 584 * @param __d A deleter. 605 * and the deleter @a __d. 607 * @param __d A deleter. [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
shared_ptr.h | 67 // counted ptr with no deleter or allocator support 95 // support for custom deleter and/or allocator 103 // Helper class that stores the Deleter and also acts as an allocator. 582 * and the deleter @a __d. 584 * @param __d A deleter. 605 * and the deleter @a __d. 607 * @param __d A deleter. [all...] |