HomeSort by relevance Sort by last modified time
    Searched refs:unique_ptr (Results 201 - 225 of 227) sorted by null

1 2 3 4 5 6 7 8910

  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.runtime/unique.ptr.runtime.ctor/
pointer02.pass.cpp 12 // unique_ptr
14 // Test unique_ptr<T[]>(pointer) ctor
16 // unique_ptr<T[]>(pointer) ctor shouldn't require complete type
43 std::unique_ptr<A[], D> a_;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
pointer02.pass.cpp 12 // unique_ptr
14 // Test unique_ptr(pointer) ctor
19 // unique_ptr(pointer) ctor shouldn't require complete type
43 std::unique_ptr<A, D> a_;
pointer_deleter01.pass.cpp 12 // unique_ptr
14 // Test unique_ptr(pointer) ctor
19 // unique_ptr(pointer, deleter()) only requires MoveConstructible deleter
94 std::unique_ptr<A, Deleter<A> > s(p, Deleter<A>());
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/meta/meta.trans/meta.trans.other/
result_of.pass.cpp 36 static_assert((std::is_same<std::result_of<PMS(std::unique_ptr<S>, int)>::type, void>::value), "Error!");
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.sorting/alg.sort/partial.sort/
partial_sort_comp.pass.cpp 79 std::vector<std::unique_ptr<int> > v(1000);
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.rotate/
rotate.pass.cpp 222 std::unique_ptr<int> ia[1];
236 std::unique_ptr<int> ib[2];
253 std::unique_ptr<int> ic[3];
278 std::unique_ptr<int> id[4];
313 std::unique_ptr<int> ie[5];
360 std::unique_ptr<int> ig[6];
433 test1<forward_iterator<std::unique_ptr<int>*> >();
434 test1<bidirectional_iterator<std::unique_ptr<int>*> >();
435 test1<random_access_iterator<std::unique_ptr<int>*> >();
436 test1<std::unique_ptr<int>*>()
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/src/
ios.cpp 298 unique_ptr<event_callback, void (*)(void*)> new_callbacks(0, free);
299 unique_ptr<int, void (*)(void*)> new_ints(0, free);
300 unique_ptr<long, void (*)(void*)> new_longs(0, free);
301 unique_ptr<void*, void (*)(void*)> new_pointers(0, free);
future.cpp 195 unique_ptr<__shared_count, __release_shared_count> __(__state_);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
698 __shared_ptr(const std::unique_ptr<_Tp1, _Del>&) = delete;
705 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete;
771 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
698 __shared_ptr(const std::unique_ptr<_Tp1, _Del>&) = delete;
705 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete;
771 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
698 __shared_ptr(const std::unique_ptr<_Tp1, _Del>&) = delete;
705 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete;
771 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
698 __shared_ptr(const std::unique_ptr<_Tp1, _Del>&) = delete;
705 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete;
771 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
shared_ptr.h 311 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
314 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
388 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
397 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
698 __shared_ptr(const std::unique_ptr<_Tp1, _Del>&) = delete;
705 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
767 operator=(const std::unique_ptr<_Tp1, _Del>& __r) = delete;
771 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/include/support/win32/
locale_win32.h 53 typedef _VSTD::unique_ptr<__locale_struct, decltype(&uselocale)> __locale_raii;
  /ndk/sources/cxx-stl/llvm-libc++/test/iterators/predef.iterators/insert.iterators/insert.iter.ops/insert.iter.op=/
rv_value.pass.cpp 59 typedef std::unique_ptr<int, do_nothing> Ptr;
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.partitions/
stable_partition.pass.cpp 299 std::unique_ptr<int> array[size];
312 test1<bidirectional_iterator<std::unique_ptr<int>*> >();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h 258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
306 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
shared_ptr_base.h 538 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
614 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
623 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
840 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
904 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /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 258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
306 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
shared_ptr_base.h 538 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
614 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
623 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
840 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
904 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h 258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
306 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
shared_ptr_base.h 538 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
541 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
614 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
623 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
840 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
904 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr.h 258 shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
306 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
shared_ptr_base.h 545 // Special case for unique_ptr<_Tp,_Del> to provide the strong guarantee.
548 __shared_count(std::unique_ptr<_Tp, _Del>&& __r)
621 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
630 _S_create_from_up(std::unique_ptr<_Tp, _Del>&& __r,
850 __shared_ptr(std::unique_ptr<_Tp1, _Del>&& __r)
914 operator=(std::unique_ptr<_Tp1, _Del>&& __r)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/algorithms/alg.modifying.operations/alg.unique/
unique.pass.cpp 94 typedef std::unique_ptr<int, do_nothing> Ptr;

Completed in 279 milliseconds

1 2 3 4 5 6 7 8910