Home
last modified time | relevance | path

Searched defs:Pointer (Results 1 – 25 of 221) sorted by relevance

123456789

/external/go-cmp/cmp/internal/value/
Dpointer.go13 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/
Dconstexpr_addressof.pass.cpp20 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/
Dconstexpr_addressof.pass.cpp20 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/
Dconstexpr_addressof.pass.cpp20 struct Pointer { struct
21 constexpr Pointer(void* v) : value(v) {} in Pointer() argument
22 void* value;
/external/go-cmp/cmp/
Dreport_references.go22 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/
Dbindings_internal.h109 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/
Dext.rs2 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/
Dext.rs2 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/
Dmod.rs11 pub struct Pointer(SimplePointerProtocol); struct
13 impl Pointer { implementation
/external/rust/android-crates-io/crates/memchr/src/
Dext.rs2 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/
Dext.rs2 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/
Dext.rs2 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/
Dubsan_handlers_cxx.cc35 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/
Dallocator_types.deprecated_in_cxx17.verify.cpp32 …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/
Dallocator_types.deprecated_in_cxx17.verify.cpp32 …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/
Dpointer_ops.rs32 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/
DFunctionDumper.cpp54 const char *Name, PointerType Pointer) { in start()
114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
242 PointerType Pointer = in dump() local
DFunctionDumper.h23 enum class PointerType { None, Pointer, Reference }; enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolExe.cpp22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolExe.cpp22 auto Pointer = findOneChild<PDBSymbolTypePointer>(); in getPointerByteSize() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
DPointerSumType.h100 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/
DPointerSumType.h100 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/
Dpriority_queue.h54 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/
Dpriority_queue.h54 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/
Dinlined_vector.h104 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

123456789