Searched defs:UPtr (Results 1 – 9 of 9) sorted by relevance
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ |
D | hash_unique_ptr.pass.cpp | 32 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/ |
D | get_deleter.pass.cpp | 41 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/ |
D | hash_unique_ptr.pass.cpp | 33 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/ |
D | get_deleter.pass.cpp | 42 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/ |
D | extend.c | 145 unsigned char *UPtr, unsigned char *VPtr) { in vp8_extend_mb_row()
|
/external/gwp_asan/gwp_asan/ |
D | guarded_pool_allocator.cpp | 327 uintptr_t UPtr = reinterpret_cast<uintptr_t>(Ptr); in deallocate() local
|
/external/libcxx/utils/google-benchmark/src/ |
D | sysinfo.cc | 317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
|
/external/google-benchmark/src/ |
D | sysinfo.cc | 326 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
|
/external/skia/src/core/ |
D | SkVM.h | 493 struct UPtr : public Ptr {}; struct
|