Home
last modified time | relevance | path

Searched defs:UPtr (Results 1 – 9 of 9) sorted by relevance

/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
Dhash_unique_ptr.pass.cpp32 using UPtr = std::unique_ptr<ValueT, Del>; in test_enabled_with_deleter() typedef
43 using UPtr = std::unique_ptr<ValueT, Del>; in test_disabled_with_deleter() typedef
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
Dget_deleter.pass.cpp41 typedef std::unique_ptr<VT, const Deleter&> UPtr; in test_basic() typedef
51 typedef std::unique_ptr<VT, Deleter&> UPtr; in test_basic() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
Dhash_unique_ptr.pass.cpp33 using UPtr = std::unique_ptr<ValueT, Del>; in test_enabled_with_deleter() typedef
44 using UPtr = std::unique_ptr<ValueT, Del>; in test_disabled_with_deleter() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
Dget_deleter.pass.cpp42 typedef std::unique_ptr<VT, const Deleter&> UPtr; in test_basic() typedef
52 typedef std::unique_ptr<VT, Deleter&> UPtr; in test_basic() typedef
/external/libvpx/vp8/common/
Dextend.c145 unsigned char *UPtr, unsigned char *VPtr) { in vp8_extend_mb_row()
/external/gwp_asan/gwp_asan/
Dguarded_pool_allocator.cpp327 uintptr_t UPtr = reinterpret_cast<uintptr_t>(Ptr); in deallocate() local
/external/libcxx/utils/google-benchmark/src/
Dsysinfo.cc317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
/external/google-benchmark/src/
Dsysinfo.cc326 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
/external/skia/src/core/
DSkVM.h493 struct UPtr : public Ptr {}; struct