| /third_party/boost/boost/local_function/aux_/ |
| D | member.hpp | 17 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/ |
| D | weston-test-client-helper.h | 83 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/ |
| D | dummy_test_allocator.hpp | 53 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/ |
| D | vtable.pyx.pxi | 16 cdef void* _copy_pointer(void* pointer): 21 cdef void _destroy_pointer(void* pointer):
|
| D | vtable.pxd.pxi | 16 cdef void* _copy_pointer(void* pointer) 18 cdef void _destroy_pointer(void* pointer)
|
| /third_party/jerryscript/jerry-core/ecma/base/ |
| D | ecma-helpers.h | 102 #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/ |
| D | is_lvalue_iterator.cpp | 28 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
|
| D | is_readable_iterator.cpp | 28 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/ |
| D | shared_ptr_alloc_construct11_test.cpp | 84 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/ |
| D | smart_cast.hpp | 136 struct pointer { struct 138 struct polymorphic { 193 struct non_polymorphic { 201 static T cast(U * u){ in cast()
|
| /third_party/boost/boost/asio/detail/ |
| D | thread_info_base.hpp | 78 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/ |
| D | input.c | 244 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/ |
| D | iterator_traits.hpp | 45 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/ |
| D | associated.cpp | 61 struct pointer : struct 77 and `pointer<>::element_type`. When we construct `x`, in associated2() argument
|
| /third_party/boost/libs/container/test/ |
| D | tree_test.cpp | 93 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/ |
| D | hdr_atomic.h | 17 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/ |
| D | iterator_traits.hpp | 47 typedef typename Iterator::pointer pointer; typedef 58 typedef T* pointer; typedef 69 typedef const T* pointer; typedef
|
| /third_party/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()
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/flutter/skia/third_party/externals/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()
|
| /third_party/uboot/u-boot-2020.01/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
|
| /third_party/boost/libs/core/test/ |
| D | pointer_traits_pointer_to_test.cpp | 12 class pointer { class 15 pointer(T value) in pointer() function in pointer
|
| /third_party/json/include/nlohmann/detail/iterators/ |
| D | iterator_traits.hpp | 23 using pointer = typename It::pointer; typedef 47 using pointer = T*; typedef
|
| /third_party/boost/boost/stl_interfaces/ |
| D | iterator_interface.hpp | 95 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/ |
| D | StreamProducerD3DTexture.cpp | 115 egl::Error StreamProducerD3DTexture::validateD3DTexture(const void *pointer, in validateD3DTexture() 134 void StreamProducerD3DTexture::postD3DTexture(void *pointer, const egl::AttributeMap &attributes) in postD3DTexture()
|