/external/golang-protobuf/proto/ |
D | pointer_reflect.go | 70 type pointer struct { struct 71 v reflect.Value 99 func (p pointer) offset(f field) pointer { 103 func (p pointer) isNil() bool { 120 func (p pointer) toInt64() *int64 { 123 func (p pointer) toInt64Ptr() **int64 { 126 func (p pointer) toInt64Slice() *[]int64 { 132 func (p pointer) toInt32() *int32 { 146 func (p pointer) getInt32Ptr() *int32 { 154 func (p pointer) setInt32Ptr(v int32) { [all …]
|
D | pointer_unsafe.go | 70 type pointer struct { struct 71 p unsafe.Pointer 112 func (p pointer) offset(f field) pointer { 123 func (p pointer) isNil() bool { 127 func (p pointer) toInt64() *int64 { 130 func (p pointer) toInt64Ptr() **int64 { 133 func (p pointer) toInt64Slice() *[]int64 { 136 func (p pointer) toInt32() *int32 { 149 func (p pointer) getInt32Ptr() *int32 { 152 func (p pointer) setInt32Ptr(v int32) { [all …]
|
D | table_marshal.go | 815 func sizeFixed32Value(_ pointer, tagsize int) int { 818 func sizeFixed32ValueNoZero(ptr pointer, tagsize int) int { 825 func sizeFixed32Ptr(ptr pointer, tagsize int) int { 832 func sizeFixed32Slice(ptr pointer, tagsize int) int { 836 func sizeFixed32PackedSlice(ptr pointer, tagsize int) int { 843 func sizeFixedS32Value(_ pointer, tagsize int) int { 846 func sizeFixedS32ValueNoZero(ptr pointer, tagsize int) int { 853 func sizeFixedS32Ptr(ptr pointer, tagsize int) int { 860 func sizeFixedS32Slice(ptr pointer, tagsize int) int { 864 func sizeFixedS32PackedSlice(ptr pointer, tagsize int) int { [all …]
|
D | table_unmarshal.go | 659 func unmarshalInt64Value(b []byte, f pointer, w int) ([]byte, error) { 673 func unmarshalInt64Ptr(b []byte, f pointer, w int) ([]byte, error) { 687 func unmarshalInt64Slice(b []byte, f pointer, w int) ([]byte, error) { 725 func unmarshalSint64Value(b []byte, f pointer, w int) ([]byte, error) { 739 func unmarshalSint64Ptr(b []byte, f pointer, w int) ([]byte, error) { 753 func unmarshalSint64Slice(b []byte, f pointer, w int) ([]byte, error) { 791 func unmarshalUint64Value(b []byte, f pointer, w int) ([]byte, error) { 805 func unmarshalUint64Ptr(b []byte, f pointer, w int) ([]byte, error) { 819 func unmarshalUint64Slice(b []byte, f pointer, w int) ([]byte, error) { 857 func unmarshalInt32Value(b []byte, f pointer, w int) ([]byte, error) { [all …]
|
/external/mesa3d/src/glx/ |
D | vertarr.c | 51 GLsizei count, const GLvoid * pointer) in __indirect_glColorPointerEXT() 59 GLsizei count, const GLboolean * pointer) in __indirect_glEdgeFlagPointerEXT() 67 GLsizei count, const GLvoid * pointer) in __indirect_glIndexPointerEXT() 75 const GLvoid * pointer) in __indirect_glNormalPointerEXT() 83 GLsizei count, const GLvoid * pointer) in __indirect_glTexCoordPointerEXT() 91 GLsizei count, const GLvoid * pointer) in __indirect_glVertexPointerEXT() 103 const GLvoid * pointer) in __indirect_glInterleavedArrays()
|
/external/deqp/external/openglcts/modules/glesext/texture_buffer/ |
D | esextcTextureBufferTextureBufferRange.cpp | 1280 glw::GLfloat* pointer = reinterpret_cast<glw::GLfloat*>(&buffer[offset]); in fillInputData() local 1290 glw::GLhalf* pointer = reinterpret_cast<glw::GLhalf*>(&buffer[offset]); in fillInputData() local 1319 glw::GLubyte* pointer = reinterpret_cast<glw::GLubyte*>(&buffer[offset]); in fillInputData() local 1341 glw::GLushort* pointer = reinterpret_cast<glw::GLushort*>(&buffer[offset]); in fillInputData() local 1351 glw::GLuint* pointer = reinterpret_cast<glw::GLuint*>(&buffer[offset]); in fillInputData() local 1361 glw::GLint* pointer = reinterpret_cast<glw::GLint*>(&buffer[offset]); in fillInputData() local 1370 glw::GLshort* pointer = reinterpret_cast<glw::GLshort*>(&buffer[offset]); in fillInputData() local 1379 glw::GLbyte* pointer = reinterpret_cast<glw::GLbyte*>(&buffer[offset]); in fillInputData() local 1403 glw::GLfloat* pointer = reinterpret_cast<glw::GLfloat*>(&buffer[0]); in fillOutputData() local 1413 glw::GLint* pointer = reinterpret_cast<glw::GLint*>(&buffer[0]); in fillOutputData() local [all …]
|
/external/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/ |
D | pointer_type.pass.cpp | 22 struct pointer {}; struct 27 typedef void pointer; typedef 31 static long pointer; member
|
/external/XNNPACK/src/ |
D | memory.c | 24 void* xnn_reallocate(void* context, void* pointer, size_t size) { in xnn_reallocate() 28 void xnn_deallocate(void* context, void* pointer) { in xnn_deallocate() 49 void xnn_aligned_deallocate(void* context, void* pointer) { in xnn_aligned_deallocate()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | thread_info_base.hpp | 43 void* const pointer = this_thread->reusable_memory_; in allocate() local 56 void* const pointer = ::operator new(size + 1); in allocate() local 63 void* pointer, std::size_t size) in deallocate()
|
/external/libbrillo/brillo/ |
D | pointer_utils.h | 15 inline void* AdvancePointer(void* pointer, ssize_t byte_offset) { in AdvancePointer() 18 inline const void* AdvancePointer(const void* pointer, ssize_t byte_offset) { in AdvancePointer()
|
/external/perfetto/include/perfetto/ext/base/ |
D | thread_annotations.h | 32 #define PERFETTO_ANNOTATE_BENIGN_RACE_SIZED(pointer, size, description) \ argument 37 #define PERFETTO_ANNOTATE_BENIGN_RACE_SIZED(pointer, size, description) argument
|
/external/tensorflow/tensorflow/stream_executor/ |
D | host_or_device_scalar.h | 32 explicit HostOrDeviceScalar(const DeviceMemory<ElemT>& pointer) in HostOrDeviceScalar() 38 const DeviceMemory<ElemT>& pointer() const { in pointer() function
|
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
D | pointer.pass.cpp | 31 typedef Ptr<T> pointer; typedef 44 typedef void pointer; typedef
|
D | const_pointer.pass.cpp | 32 typedef Ptr<T> pointer; typedef 48 typedef CPtr<T> pointer; typedef
|
/external/v8/src/heap/ |
D | conservative-stack-visitor.cc | 18 void ConservativeStackVisitor::VisitPointer(const void* pointer) { in VisitPointer() 53 const void* pointer) { in VisitConservativelyIfPointer()
|
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/ |
D | hash_unique_ptr.pass.cpp | 33 using pointer = typename UPtr::pointer; in test_enabled_with_deleter() typedef 44 using pointer = typename UPtr::pointer; in test_disabled_with_deleter() typedef
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-more-actions.h | 87 AND_1_VALUE_PARAMS(pointer)) { in ACTION_TEMPLATE() 95 AND_1_VALUE_PARAMS(pointer)) { in ACTION_TEMPLATE() 138 ACTION_P(ReturnPointee, pointer) { return *pointer; } in ACTION_P() argument
|
/external/clang/test/Sema/ |
D | nonnull.c | 90 int evil_nonnull_func(int* pointer, void * pv) in evil_nonnull_func() 109 int another_evil_nonnull_func(int* pointer, char ch, void * pv) { in another_evil_nonnull_func() 131 void yet_another_evil_nonnull_func(int* pointer) in yet_another_evil_nonnull_func()
|
/external/freetype/src/psaux/ |
D | t1cmap.c | 124 FT_Pointer pointer ) in t1_cmap_standard_init() 154 FT_Pointer pointer ) in t1_cmap_expert_init() 192 FT_Pointer pointer ) in t1_cmap_custom_init() 299 FT_Pointer pointer ) in t1_cmap_unicode_init()
|
/external/u-boot/lib/efi_selftest/ |
D | efi_selftest_console.c | 21 static void mac(void *pointer, u16 **buf) in mac() 52 static void pointer(void *pointer, u16 **buf) in pointer() argument
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | arguments.pxd.pxi | 16 cdef void* _copy_pointer(void* pointer) 19 cdef void _destroy_pointer(void* pointer)
|
D | arguments.pyx.pxi | 19 cdef void* _copy_pointer(void* pointer): 24 cdef void _destroy_pointer(void* pointer):
|
/external/libcxx/test/support/ |
D | test_iterators.h | 36 typedef It pointer; typedef 68 typedef It pointer; typedef 120 typedef It pointer; typedef 172 typedef It pointer; typedef 223 typedef It pointer; typedef 338 typedef const T * pointer; typedef 477 typedef const T * pointer; typedef
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | StreamProducerD3DTexture.cpp | 115 egl::Error StreamProducerD3DTexture::validateD3DTexture(void *pointer, in validateD3DTexture() 133 void StreamProducerD3DTexture::postD3DTexture(void *pointer, const egl::AttributeMap &attributes) in postD3DTexture()
|
/external/google-breakpad/src/testing/include/gmock/ |
D | gmock-more-actions.h | 154 AND_1_VALUE_PARAMS(pointer)) { in ACTION_TEMPLATE() 162 AND_1_VALUE_PARAMS(pointer)) { in ACTION_TEMPLATE() 209 ACTION_P(ReturnPointee, pointer) { return *pointer; } in ACTION_P() argument
|