Home
last modified time | relevance | path

Searched defs:pointer (Results 1 – 25 of 713) sorted by relevance

12345678910>>...29

/external/golang-protobuf/proto/
Dpointer_unsafe.go70 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 …]
Dpointer_reflect.go70 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 …]
Dtable_marshal.go815 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 …]
Dtable_unmarshal.go659 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/openscreen/platform/api/
Dserial_delete_ptr_unittest.cc18 static void FunctionPointerDeleter(int* pointer) { in FunctionPointerDeleter()
33 SerialDeletePtr<int> pointer(&task_runner_); in TEST_F() local
37 SerialDeletePtr<int> pointer(&task_runner_, nullptr); in TEST_F() local
41 { SerialDeletePtr<int> pointer(&task_runner_, new int); } in TEST_F() local
48 SerialDeletePtr<int, decltype(&FunctionPointerDeleter)> pointer( in TEST_F() local
57 auto deleter = [](int* pointer) { in TEST_F()
63 SerialDeletePtr<int, decltype(deleter)> pointer(&task_runner_, new int, in TEST_F() local
76 SerialDeletePtr<int, decltype(deleter)> pointer(&task_runner_, new int, in TEST_F() local
89 SerialDeletePtr<int, std::function<void(int*)>> pointer(&task_runner_, in TEST_F() local
101 SerialDeletePtr<int, std::function<void(int*)>> pointer( in TEST_F() local
[all …]
Dserial_delete_ptr.h74 SerialDeletePtr(TaskRunner* task_runner, Type* pointer) noexcept in SerialDeletePtr()
83 Type* pointer, in SerialDeletePtr()
95 Type* pointer, in SerialDeletePtr()
/external/mesa3d/src/glx/
Dvertarr.c51 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/
DesextcTextureBufferTextureBufferRange.cpp1280 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/
Dpointer_type.pass.cpp22 struct pointer {}; struct
27 typedef void pointer; typedef
31 static long pointer; member
/external/XNNPACK/src/
Dmemory.c24 void* xnn_reallocate(void* context, void* pointer, size_t size) { in xnn_reallocate()
28 void xnn_deallocate(void* context, void* pointer) { in xnn_deallocate()
51 void xnn_aligned_deallocate(void* context, void* pointer) { in xnn_aligned_deallocate()
/external/llvm-project/clang/test/Analysis/
DSpecialFunctionsCFError.cpp13 void operator delete(void *pointer, CFErrorRef *error) { // no-warning in operator delete()
17 void operator delete[](void *pointer, CFErrorRef *error) { // no-warning in operator delete[]()
26 void operator delete(void *pointer, CFErrorRef *error) { // no-warning in operator delete()
/external/llvm-project/libcxx/test/std/utilities/smartptr/unique.ptr/unique.ptr.class/
Dpointer_type.pass.cpp21 struct pointer {}; struct
26 typedef void pointer; typedef
30 static long pointer; member
/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dthread_info_base.hpp43 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/
Dpointer_utils.h15 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/tensorflow/tensorflow/stream_executor/
Dhost_or_device_scalar.h34 explicit HostOrDeviceScalar(const DeviceMemory<ElemT>& pointer) in HostOrDeviceScalar()
40 const DeviceMemory<ElemT>& pointer() const { in pointer() function
92 explicit HostOrDeviceScalar(const DeviceMemory<T>& pointer) in HostOrDeviceScalar()
112 const DeviceMemory<T>& pointer() const { in pointer() function
/external/webrtc/sdk/android/src/jni/pc/
Dmedia_stream.cc106 jlong pointer, in JNI_MediaStream_AddAudioTrackToNativeStream()
114 jlong pointer, in JNI_MediaStream_AddVideoTrackToNativeStream()
121 jlong pointer, in JNI_MediaStream_RemoveAudioTrack()
128 jlong pointer, in JNI_MediaStream_RemoveVideoTrack()
/external/perfetto/include/perfetto/ext/base/
Dthread_annotations.h32 #define PERFETTO_ANNOTATE_BENIGN_RACE_SIZED(pointer, size, description) \ argument
37 #define PERFETTO_ANNOTATE_BENIGN_RACE_SIZED(pointer, size, description) argument
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dreadability-implicit-bool-conversion-cxx98.cpp16 int* pointer = NULL; in useOldNullMacroInReplacements() local
32 int* pointer = NULL; in fixFalseLiteralConvertingToNullPointer() local
/external/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dpointer.pass.cpp31 typedef Ptr<T> pointer; typedef
44 typedef void pointer; typedef
/external/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/
Dpointer.pass.cpp30 typedef Ptr<T> pointer; typedef
43 typedef void pointer; typedef
/external/freetype/src/psaux/
Dt1cmap.c124 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/clang/test/Sema/
Dnonnull.c90 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/llvm-project/clang/test/Sema/
Dnonnull.c94 int evil_nonnull_func(int* pointer, void * pv) in evil_nonnull_func()
113 int another_evil_nonnull_func(int* pointer, char ch, void * pv) { in another_evil_nonnull_func()
135 void yet_another_evil_nonnull_func(int* pointer) in yet_another_evil_nonnull_func()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.hash/
Dhash_unique_ptr.pass.cpp33 using pointer = typename UPtr::pointer; in test_enabled_with_deleter() typedef
44 using pointer = typename UPtr::pointer; in test_disabled_with_deleter() typedef
/external/libcxx/test/support/
Dtest_iterators.h36 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

12345678910>>...29