/external/go-cmp/cmp/internal/value/ |
D | pointer.go | 13 type Pointer struct { struct 14 p unsafe.Pointer 15 t reflect.Type 27 func (p Pointer) IsNil() bool { 32 func (p Pointer) Uintptr() uintptr {
|
/external/libcxx/test/std/utilities/memory/specialized.algorithms/specialized.addressof/ |
D | constexpr_addressof.pass.cpp | 20 struct Pointer { struct 21 constexpr Pointer(void* v) : value(v) {} in Pointer() function 22 void* value;
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/specialized.addressof/ |
D | constexpr_addressof.pass.cpp | 20 struct Pointer { struct 21 constexpr Pointer(void* v) : value(v) {} in Pointer() argument 22 void* value;
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/specialized.algorithms/specialized.addressof/ |
D | constexpr_addressof.pass.cpp | 20 struct Pointer { struct 21 constexpr Pointer(void* v) : value(v) {} in Pointer() argument 22 void* value;
|
/external/go-cmp/cmp/ |
D | report_references.go | 22 func formatPointer(p value.Pointer, withDelims bool) string { 82 func wrapTrunkReferences(pp [2]value.Pointer, s textNode) textNode { 94 func wrapTrunkReference(p value.Pointer, printAddress bool, s textNode) textNode { 101 func makeLeafReference(p value.Pointer, printAddress bool) textNode {
|
/external/libchrome/mojo/public/cpp/bindings/lib/ |
D | bindings_internal.h | 109 struct Pointer { struct 112 void Set(T* ptr) { EncodePointer(ptr, &offset); } in Set() argument 113 const T* Get() const { return static_cast<const T*>(DecodePointer(&offset)); } in Get() argument 122 static_assert(sizeof(Pointer<char>) == 8, "Bad_sizeof(Pointer)"); argument
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/ |
D | ext.rs | 2 pub(crate) trait Pointer { interface 20 impl<T> Pointer for *const T { impl 31 impl<T> Pointer for *mut T { impl
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/aho-corasick-1.1.3/src/packed/ |
D | ext.rs | 2 pub(crate) trait Pointer { interface 20 impl<T> Pointer for *const T { impl 31 impl<T> Pointer for *mut T { impl
|
/external/rust/android-crates-io/crates/uefi/src/proto/console/pointer/ |
D | mod.rs | 11 pub struct Pointer(SimplePointerProtocol); struct 13 impl Pointer { implementation
|
/external/rust/android-crates-io/crates/memchr/src/ |
D | ext.rs | 2 pub(crate) trait Pointer { interface 20 impl<T> Pointer for *const T { impl 31 impl<T> Pointer for *mut T { impl
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/ |
D | ext.rs | 2 pub(crate) trait Pointer { interface 20 impl<T> Pointer for *const T { impl 31 impl<T> Pointer for *mut T { impl
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/memchr-2.7.4/src/ |
D | ext.rs | 2 pub(crate) trait Pointer { interface 20 impl<T> Pointer for *const T { impl 31 impl<T> Pointer for *mut T { impl
|
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers_cxx.cc | 35 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash, in HandleDynamicTypeCacheMiss() 85 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss() 90 DynamicTypeCacheMissData *Data, ValueHandle Pointer, ValueHandle Hash) { in __ubsan_handle_dynamic_type_cache_miss_abort()
|
/external/cronet/tot/third_party/libc++/src/test/std/utilities/memory/default.allocator/ |
D | allocator_types.deprecated_in_cxx17.verify.cpp | 32 …typedef std::allocator<char>::pointer Pointer; // expected-warning {{'pointer' is… in f() typedef 39 …typedef std::allocator<void>::pointer Pointer; // expected-warning {{'pointer' is… in f() typedef
|
/external/cronet/stable/third_party/libc++/src/test/std/utilities/memory/default.allocator/ |
D | allocator_types.deprecated_in_cxx17.verify.cpp | 32 …typedef std::allocator<char>::pointer Pointer; // expected-warning {{'pointer' is… in f() typedef 39 …typedef std::allocator<void>::pointer Pointer; // expected-warning {{'pointer' is… in f() typedef
|
/external/rust/android-crates-io/crates/intrusive-collections/src/ |
D | pointer_ops.rs | 32 type Pointer; typedef 40 unsafe fn from_raw(&self, value: *const Self::Value) -> Self::Pointer; in from_raw() 75 type Pointer = &'a T; typedef 90 type Pointer = Pin<&'a T>; typedef 105 type Pointer = UnsafeRef<T>; typedef 120 type Pointer = Pin<UnsafeRef<T>>; typedef 136 type Pointer = Box<T>; typedef 152 type Pointer = Pin<Box<T>>; typedef 168 type Pointer = Rc<T>; typedef 184 type Pointer = Pin<Rc<T>>; typedef [all …]
|
/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 54 const char *Name, PointerType Pointer) { in start() 114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start() 242 PointerType Pointer = in dump() local
|
D | FunctionDumper.h | 23 enum class PointerType { None, Pointer, Reference }; enumerator
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolExe.cpp | 22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolExe.cpp | 22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set() 110 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | PointerSumType.h | 100 void set(typename HelperT::template Lookup<N>::PointerT Pointer) { in set() 110 create(typename HelperT::template Lookup<N>::PointerT Pointer) { in create()
|
/external/cronet/stable/net/base/ |
D | priority_queue.h | 54 Pointer() : priority_(kNullPriority) { in Pointer() function 65 Pointer(const Pointer& p) in Pointer() function 115 Pointer(Priority priority, const ListIterator& iterator) in Pointer() function
|
/external/cronet/tot/net/base/ |
D | priority_queue.h | 54 Pointer() : priority_(kNullPriority) { in Pointer() function 65 Pointer(const Pointer& p) in Pointer() function 115 Pointer(Priority priority, const ListIterator& iterator) in Pointer() function
|
/external/openscreen/third_party/abseil/src/absl/container/internal/ |
D | inlined_vector.h | 104 using Pointer = typename AllocatorTraits::pointer; member 115 using Pointer = typename AllocatorTraits::pointer; variable 138 using Pointer = typename AllocatorTraits::pointer; variable 158 using Pointer = typename AllocatorTraits::pointer; variable 173 using Pointer = typename AllocatorTraits::pointer; variable 213 using Pointer = typename AllocatorTraits::pointer; variable
|