Home
last modified time | relevance | path

Searched defs:PointerTo (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.move/
H A Dindirectly_movable.compile.pass.cpp50 struct PointerTo { struct
56 static_assert( std::indirectly_movable<int*, PointerTo<int>>); argument
H A Dindirectly_movable_storable.compile.pass.cpp20 struct PointerTo { struct
34 static_assert( std::indirectly_movable_storable<PointerTo<MoveOnly>, PointerTo<MoveOnly>>); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.copy/
H A Dindirectly_copyable.compile.pass.cpp68 struct PointerTo { struct
74 static_assert( std::indirectly_copyable<int*, PointerTo<int>>); argument
H A Dindirectly_copyable_storable.compile.pass.cpp28 struct PointerTo { struct
42 static_assert(!std::indirectly_copyable_storable<PointerTo<MoveOnly>, PointerTo<MoveOnly>>); argument
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/iterators/iterator.requirements/alg.req.ind.swap/
H A Dindirectly_swappable.compile.pass.cpp19 struct PointerTo { struct
24 static_assert(std::indirectly_swappable<PointerTo<int>>); argument
/aosp_15_r20/prebuilts/module_sdk/art/1/host-exports/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/prebuilts/module_sdk/art/7/common_os/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/prebuilts/module_sdk/art/13/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/prebuilts/module_sdk/art/1/common_os/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/prebuilts/module_sdk/art/3/common_os/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/prebuilts/module_sdk/art/13/common_os/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/prebuilts/module_sdk/art/current/host-exports/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/art/libartbase/base/
H A Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/prebuilts/module_sdk/art/current/sdk/common_os/include/art/libartbase/base/
Dmemory_region.h108 ALWAYS_INLINE T* PointerTo(uintptr_t offset) const { in PointerTo() function
/aosp_15_r20/external/libchrome/mojo/public/js/lib/
H A Dcodec.js885 function PointerTo(cls) { class
889 PointerTo.prototype.encodedSize = 8; class
/aosp_15_r20/prebuilts/go/linux-x86/src/reflect/
Dtype.go1319 func PointerTo(t Type) Type { func