Searched refs:reset (Results 151 - 175 of 1999) sorted by relevance

1234567891011>>

/prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.mod/
H A Dreset_pointer_deleter_allocator.pass.cpp14 // template<class Y, class D, class A> void reset(Y* p, D d, A a);
49 p.reset(ptr, test_deleter<A>(3), test_allocator<A>(4));
70 p.reset(ptr, test_deleter<A>(3), test_allocator<A>(4));
/prebuilts/ndk/r13/sources/third_party/googletest/googletest/test/
H A Dgtest-linked_ptr_test.cc124 a2.reset(new A);
125 a0.reset();
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
H A Dir_loader.cpp50 function_.reset(new Function(std::move(spv_inst)));
59 block_.reset(new BasicBlock(std::move(spv_inst)));
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
H A Dscoped_ptr.h79 // this->reset(this->get()) works.
80 void reset(C* p = NULL) { function in class:google::protobuf::internal::scoped_ptr
166 // this->reset(this->get()) works.
167 void reset(C* p = NULL) { function in class:google::protobuf::internal::scoped_array
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dunique_ptr.h192 reset(__u.release());
205 reset(__u.release());
213 reset();
257 reset(pointer __p = pointer()) noexcept
385 reset(__u.release());
395 reset(__u.release());
403 reset();
440 reset() noexcept
441 { reset(pointer()); }
444 reset(pointe
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dunique_ptr.h192 reset(__u.release());
205 reset(__u.release());
213 reset();
257 reset(pointer __p = pointer()) noexcept
385 reset(__u.release());
395 reset(__u.release());
403 reset();
440 reset() noexcept
441 { reset(pointer()); }
444 reset(pointe
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/bits/
H A Dunique_ptr.h192 reset(__u.release());
205 reset(__u.release());
213 reset();
257 reset(pointer __p = pointer()) noexcept
385 reset(__u.release());
395 reset(__u.release());
403 reset();
440 reset() noexcept
441 { reset(pointer()); }
444 reset(pointe
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
H A Dunique_ptr.h192 reset(__u.release());
205 reset(__u.release());
213 reset();
257 reset(pointer __p = pointer()) noexcept
385 reset(__u.release());
395 reset(__u.release());
403 reset();
440 reset() noexcept
441 { reset(pointer()); }
444 reset(pointe
[all...]
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dxdrlib.py43 self.reset()
45 def reset(self): member in class:Packer
122 self.reset(data)
124 def reset(self, data): member in class:Unpacker
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dxdrlib.py43 self.reset()
45 def reset(self): member in class:Packer
122 self.reset(data)
124 def reset(self, data): member in class:Unpacker
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dpop_heap_comp.pass.cpp57 ia[i].reset(new int(i));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/push.heap/
H A Dpush_heap_comp.pass.cpp56 ia[i].reset(new int(i));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.heap.operations/sort.heap/
H A Dsort_heap_comp.pass.cpp58 ia[i].reset(new int(i));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.sort/sort/
H A Dsort_comp.pass.cpp49 v[i].reset(new int(i));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/algorithms/alg.sorting/alg.sort/stable.sort/
H A Dstable_sort_comp.pass.cpp75 v[i].reset(new int(i));
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/containers/associative/map/map.access/
H A Dindex_rv_key.pass.cpp66 cc->reset();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/any/any.class/any.cons/
H A Dcopy.pass.cpp63 Type::reset();
H A Dmove.pass.cpp68 Type::reset();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.polymorphic.allocator.class/memory.polymorphic.allocator.mem/
H A Ddeallocate.pass.cpp40 R.reset();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/experimental/memory/memory.resource.global/
H A Dnew_delete_resource.pass.cpp82 globalMemCounter.reset();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
H A Dweak_ptr.pass.cpp69 sp0.reset();
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
H A Dlock.pass.cpp51 sp0.reset();
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/make.heap/
H A Dmake_heap_comp.pass.cpp57 ia[i].reset(new int(i));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/pop.heap/
H A Dpop_heap_comp.pass.cpp57 ia[i].reset(new int(i));
/prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/algorithms/alg.sorting/alg.heap.operations/push.heap/
H A Dpush_heap_comp.pass.cpp56 ia[i].reset(new int(i));

Completed in 405 milliseconds

1234567891011>>