Home
last modified time | relevance | path

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 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
H A 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
/aosp_15_r20/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
H A 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
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/unique.ptr.observers/
H A 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
/aosp_15_r20/external/libvpx/vp8/common/
H A Dextend.c145 unsigned char *UPtr, unsigned char *VPtr) { in vp8_extend_mb_row()
/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Dguarded_pool_allocator.cpp330 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 DBitstreamReader.cpp355 auto *UPtr = reinterpret_cast<const unsigned char *>(Ptr); in readRecord() local
/aosp_15_r20/external/libcxx/utils/google-benchmark/src/
H A Dsysinfo.cc317 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef
/aosp_15_r20/external/google-benchmark/src/
H A Dsysinfo.cc333 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 Dsysinfo.cc329 using UPtr = std::unique_ptr<PInfo, decltype(&std::free)>; in GetCacheSizesWindows() typedef