Searched defs:UPtr (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ |
H A 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
|
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/ |
H A 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
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/ |
H A 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
|
/aosp_15_r20/external/libvpx/vp8/common/ |
H A D | extend.c | 145 unsigned char *UPtr, unsigned char *VPtr) { in vp8_extend_mb_row()
|
/aosp_15_r20/external/gwp_asan/gwp_asan/ |
H A D | guarded_pool_allocator.cpp | 330 uintptr_t UPtr = reinterpret_cast<uintptr_t>(Ptr); in deallocate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitstream/Reader/ |
H A D | BitstreamReader.cpp | 355 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/ |
H A D | sysinfo.cc | 317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
|
/aosp_15_r20/external/google-benchmark/src/ |
H A D | sysinfo.cc | 333 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/src/ |
H A D | sysinfo.cc | 329 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
|