Home
last modified time | relevance | path

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

12345678910>>...34

/third_party/boost/boost/local_function/aux_/
Dmember.hpp17 typedef T* pointer; typedef
22 typedef T* pointer; typedef
27 typedef T* pointer; typedef
32 typedef T const* pointer; typedef
37 typedef T const* pointer; typedef
/third_party/weston/tests/
Dweston-test-client-helper.h83 struct pointer *pointer; member
91 struct pointer { struct
92 struct wl_pointer *wl_pointer; argument
93 struct surface *focus;
94 int x;
95 int y;
96 uint32_t button;
97 uint32_t state;
98 uint32_t axis;
99 double axis_value;
[all …]
/third_party/boost/libs/interprocess/test/
Ddummy_test_allocator.hpp53 typedef T * pointer; typedef in boost::interprocess::test::dummy_test_allocator
90 void deallocate(const pointer &, size_type) in deallocate()
94 void construct(pointer, const Convertible &) in construct() argument
97 void destroy(pointer) in destroy() argument
109 size_type, size_type &, pointer &) in allocation_command() argument
126 void deallocate_one(const pointer &) in deallocate_one()
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Dvtable.pyx.pxi16 cdef void* _copy_pointer(void* pointer):
21 cdef void _destroy_pointer(void* pointer):
Dvtable.pxd.pxi16 cdef void* _copy_pointer(void* pointer)
18 cdef void _destroy_pointer(void* pointer)
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.h102 #define ECMA_STRING_TO_UTF8_STRING(ecma_str_ptr, /**< ecma string pointer */ \ argument
116 #define ECMA_FINALIZE_UTF8_STRING(utf8_ptr, /**< pointer to character buffer */ \ argument
129 #define ECMA_SET_INTERNAL_VALUE_POINTER(field, pointer) \ argument
135 #define ECMA_SET_INTERNAL_VALUE_ANY_POINTER(field, pointer) \ argument
155 #define ECMA_SET_INTERNAL_VALUE_POINTER(field, pointer) \ argument
161 #define ECMA_SET_INTERNAL_VALUE_ANY_POINTER(field, pointer) \ argument
/third_party/boost/libs/iterator/test/
Dis_lvalue_iterator.cpp28 typedef v* pointer; typedef
39 typedef boost::noncopyable* pointer; typedef
51 typedef T* pointer; typedef
70 typedef T* pointer; typedef
84 typedef T const* pointer; typedef
Dis_readable_iterator.cpp28 typedef v* pointer; typedef
39 typedef boost::noncopyable* pointer; typedef
50 typedef v* pointer; typedef
67 typedef v* pointer; typedef
/third_party/boost/libs/smart_ptr/test/
Dshared_ptr_alloc_construct11_test.cpp84 boost::shared_ptr<int> pointer(new int(), deleter(), in main() local
93 boost::shared_ptr<int> pointer = in main() local
103 boost::shared_ptr<int[]> pointer = in main() local
113 boost::shared_ptr<int[5]> pointer = in main() local
/third_party/boost/boost/serialization/
Dsmart_cast.hpp136 struct pointer { struct
138 struct polymorphic {
193 struct non_polymorphic {
201 static T cast(U * u){ in cast()
/third_party/boost/boost/asio/detail/
Dthread_info_base.hpp78 void* pointer, std::size_t size) in deallocate()
91 void* const pointer = this_thread->reusable_memory_[Purpose::mem_index]; in allocate() local
104 void* const pointer = ::operator new(chunks * chunk_size + 1); in allocate() local
112 void* pointer, std::size_t size) in deallocate()
/third_party/weston/libweston/
Dinput.c244 weston_pointer_get_pointer_client(struct weston_pointer *pointer, in weston_pointer_get_pointer_client()
258 weston_pointer_ensure_pointer_client(struct weston_pointer *pointer, in weston_pointer_ensure_pointer_client()
280 weston_pointer_cleanup_pointer_client(struct weston_pointer *pointer, in weston_pointer_cleanup_pointer_client()
294 struct weston_pointer *pointer = wl_resource_get_user_data(resource); in unbind_pointer_client_resource() local
316 weston_pointer_motion_to_abs(struct weston_pointer *pointer, in weston_pointer_motion_to_abs()
333 weston_pointer_motion_to_rel(struct weston_pointer *pointer, in weston_pointer_motion_to_rel()
361 const struct weston_pointer *pointer = weston_seat_get_pointer(seat); in weston_seat_repick() local
386 struct weston_pointer *pointer = in pointer_focus_view_destroyed() local
396 struct weston_pointer *pointer = in pointer_focus_resource_destroyed() local
458 struct weston_pointer *pointer = grab->pointer; in default_grab_pointer_focus() local
[all …]
/third_party/boost/boost/regex/v4/
Diterator_traits.hpp45 typedef typename T::pointer pointer; typedef
49 typedef value_type* pointer; typedef
59 typedef T* pointer; typedef
68 typedef const T* pointer; typedef
/third_party/boost/libs/type_erasure/example/
Dassociated.cpp61 struct pointer : struct
77 and `pointer<>::element_type`. When we construct `x`, in associated2() argument
/third_party/boost/libs/container/test/
Dtree_test.cpp93 typedef boost::container::allocator_traits<allocator_type>::pointer pointer; in main() typedef
107 typedef boost::container::allocator_traits<allocator_type>::pointer pointer; in main() typedef
/third_party/node/deps/histogram/src/
Dhdr_atomic.h17 static void __inline * hdr_atomic_load_pointer(void** pointer) in hdr_atomic_load_pointer()
23 static void hdr_atomic_store_pointer(void** pointer, void* value) in hdr_atomic_store_pointer()
97 static inline void* hdr_atomic_load_pointer(void** pointer) in hdr_atomic_load_pointer()
104 static inline void hdr_atomic_store_pointer(void** pointer, void* value) in hdr_atomic_store_pointer()
/third_party/boost/boost/move/detail/
Diterator_traits.hpp47 typedef typename Iterator::pointer pointer; typedef
58 typedef T* pointer; typedef
69 typedef const T* pointer; typedef
/third_party/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()
/third_party/skia/third_party/externals/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()
/third_party/flutter/skia/third_party/externals/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()
/third_party/uboot/u-boot-2020.01/lib/efi_selftest/
Defi_selftest_console.c21 static void mac(void *pointer, u16 **buf) in mac()
52 static void pointer(void *pointer, u16 **buf) in pointer() argument
/third_party/boost/libs/core/test/
Dpointer_traits_pointer_to_test.cpp12 class pointer { class
15 pointer(T value) in pointer() function in pointer
/third_party/json/include/nlohmann/detail/iterators/
Diterator_traits.hpp23 using pointer = typename It::pointer; typedef
47 using pointer = T*; typedef
/third_party/boost/boost/stl_interfaces/
Diterator_interface.hpp95 struct pointer struct
97 using type = Pointer;
100 struct pointer<Pointer, std::output_iterator_tag> struct
102 using type = void;
278 using pointer = detail::pointer_t<Pointer, iterator_concept>; typedef
620 iter, category, concept, value_type, reference, pointer, difference_type) argument
658 iter, category, concept, value_type, reference, pointer, difference_type) \ argument
668 iter, category, concept, value_type, reference, pointer, difference_type) \ argument
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DStreamProducerD3DTexture.cpp115 egl::Error StreamProducerD3DTexture::validateD3DTexture(const void *pointer, in validateD3DTexture()
134 void StreamProducerD3DTexture::postD3DTexture(void *pointer, const egl::AttributeMap &attributes) in postD3DTexture()

12345678910>>...34