Home
last modified time | relevance | path

Searched refs:void_ptr (Results 1 – 23 of 23) sorted by relevance

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
DPwmOut-js.cpp25 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(PwmOut)(void* void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
26 delete static_cast<PwmOut*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
54 void* void_ptr; in DECLARE_CLASS_FUNCTION() local
55 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
62 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION()
87 void* void_ptr; in DECLARE_CLASS_FUNCTION() local
88 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
95 PwmOut* native_ptr = static_cast<PwmOut*>(void_ptr); in DECLARE_CLASS_FUNCTION()
115 void* void_ptr; in DECLARE_CLASS_FUNCTION() local
116 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
[all …]
DInterruptIn-js.cpp26 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(InterruptIn) (void *void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
27 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
55 void *void_ptr; in DECLARE_CLASS_FUNCTION() local
56 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
63 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION()
84 void *void_ptr; in DECLARE_CLASS_FUNCTION() local
85 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
92 InterruptIn *native_ptr = static_cast<InterruptIn*>(void_ptr); in DECLARE_CLASS_FUNCTION()
120 void *void_ptr; in DECLARE_CLASS_FUNCTION() local
121 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
[all …]
DI2C-js.cpp26 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(I2C) (void *void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
27 delete static_cast<I2C*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
51 void *void_ptr; in DECLARE_CLASS_FUNCTION() local
52 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
59 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION()
93 void *void_ptr; in DECLARE_CLASS_FUNCTION() local
94 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
101 I2C *native_ptr = static_cast<I2C*>(void_ptr); in DECLARE_CLASS_FUNCTION()
114 void *void_ptr; in DECLARE_CLASS_FUNCTION() local
115 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
[all …]
DDigitalOut-js.cpp25 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(DigitalOut)(void* void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
26 delete static_cast<DigitalOut*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
52 void* void_ptr; in DECLARE_CLASS_FUNCTION() local
53 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
60 DigitalOut* native_ptr = static_cast<DigitalOut*>(void_ptr); in DECLARE_CLASS_FUNCTION()
79 void* void_ptr; in DECLARE_CLASS_FUNCTION() local
80 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
87 DigitalOut* native_ptr = static_cast<DigitalOut*>(void_ptr); in DECLARE_CLASS_FUNCTION()
103 void* void_ptr; in DECLARE_CLASS_FUNCTION() local
104 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
[all …]
DAnalogIn-js.cpp25 void NAME_FOR_CLASS_NATIVE_DESTRUCTOR(AnalogIn)(void* void_ptr) { in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
26 delete static_cast<AnalogIn*>(void_ptr); in NAME_FOR_CLASS_NATIVE_DESTRUCTOR()
49 void* void_ptr; in DECLARE_CLASS_FUNCTION() local
50 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
57 AnalogIn* native_ptr = static_cast<AnalogIn*>(void_ptr); in DECLARE_CLASS_FUNCTION()
74 void* void_ptr; in DECLARE_CLASS_FUNCTION() local
75 bool has_ptr = jerry_get_object_native_pointer(this_obj, &void_ptr, &native_obj_type_info); in DECLARE_CLASS_FUNCTION()
82 AnalogIn* native_ptr = static_cast<AnalogIn*>(void_ptr); in DECLARE_CLASS_FUNCTION()
/third_party/boost/boost/ptr_container/
Dptr_vector.hpp42 typename ptr_container_detail::void_ptr<T>::type,
44 … std::allocator<typename ptr_container_detail::void_ptr<T>::type>, Allocator>::type
52 typename ptr_container_detail::void_ptr<T>::type,
54 … std::allocator<typename ptr_container_detail::void_ptr<T>::type>, Allocator>::type
Dptr_deque.hpp35 class Allocator = std::allocator<typename ptr_container_detail::void_ptr<T>::type>
39 typename ptr_container_detail::void_ptr<T>::type,Allocator>,
43 typename ptr_container_detail::void_ptr<T>::type,Allocator>,
Dptr_list.hpp35 class Allocator = std::allocator<typename ptr_container_detail::void_ptr<T>::type>
39 typename ptr_container_detail::void_ptr<T>::type,Allocator>,
43 typename ptr_container_detail::void_ptr<T>::type,Allocator>,
Dptr_set.hpp37 class Allocator = std::allocator<typename ptr_container_detail::void_ptr<Key>::type>
41 typename ptr_container_detail::void_ptr<Key>::type,
46 typename ptr_container_detail::void_ptr<Key>::type,
Dptr_map.hpp37 …ator = std::allocator< std::pair<const Key,typename ptr_container_detail::void_ptr<T>::type> >
41 typename ptr_container_detail::void_ptr<T>::type,
45 typename ptr_container_detail::void_ptr<T>::type,
Dptr_unordered_set.hpp38 class Allocator = std::allocator< typename ptr_container_detail::void_ptr<Key>::type >
42 typename ptr_container_detail::void_ptr<Key>::type,
48 typename ptr_container_detail::void_ptr<Key>::type,
Dptr_unordered_map.hpp39 typename ptr_container_detail::void_ptr<T>::type> >
43 typename ptr_container_detail::void_ptr<T>::type,Hash,Pred,Allocator>,
47 typename ptr_container_detail::void_ptr<T>::type,Hash,Pred,Allocator>,
Dnullable.hpp75 struct void_ptr struct
Dptr_array.hpp66 typename ptr_container_detail::void_ptr<T>::type,N>,
72 typename ptr_container_detail::void_ptr<T>::type,N>,
Dptr_circular_buffer.hpp40 typename ptr_container_detail::void_ptr<T>::type,Allocator>,
44 typename ptr_container_detail::void_ptr<T>::type,Allocator>,
49 ptr_container_detail::void_ptr<T>::type,Allocator> circular_buffer_type;
/third_party/boost/libs/unordered/test/objects/
Dminimal.hpp235 struct void_ptr struct
246 void_ptr() : ptr_(0) {} in void_ptr() argument
248 template <typename T> explicit void_ptr(ptr<T> const& x) : ptr_(x.ptr_) {} in void_ptr() function
254 bool operator==(void_ptr const& x) const { return ptr_ == x.ptr_; } in operator ==() argument
255 bool operator!=(void_ptr const& x) const { return ptr_ != x.ptr_; } in operator !=() argument
288 friend struct void_ptr;
296 explicit ptr(void_ptr const& x) : ptr_((T*)x.ptr_) {} in ptr()
395 typedef void_ptr void_pointer;
465 typedef void_ptr void_pointer;
Dtest.hpp445 struct void_ptr struct
456 void_ptr() : ptr_(0) {} in void_ptr() argument
458 template <typename T> explicit void_ptr(ptr<T> const& x) : ptr_(x.ptr_) {} in void_ptr() function
464 bool operator==(void_ptr const& x) const { return ptr_ == x.ptr_; } in operator ==() argument
465 bool operator!=(void_ptr const& x) const { return ptr_ != x.ptr_; } in operator !=() argument
498 friend struct void_ptr;
506 explicit ptr(void_ptr const& x) : ptr_((T*)x.ptr_) {} in ptr()
594 typedef void_ptr void_pointer;
/third_party/boost/boost/container/detail/
Dallocator_version_traits.hpp78 template rebind_pointer<void>::type void_ptr; typedef
80 <void_ptr> multialloc_cached_counted;
/third_party/boost/boost/spirit/home/support/utree/detail/
Dutree_detail1.hpp77 struct void_ptr struct
/third_party/mesa3d/src/compiler/spirv/
Dvtn_variables.c69 const struct vtn_decoration *dec, void *void_ptr) in ptr_decoration_cb() argument
71 struct vtn_pointer *ptr = void_ptr; in ptr_decoration_cb()
90 const struct vtn_decoration *dec, void *void_ptr) in access_align_cb() argument
92 struct access_align *aa = void_ptr; in access_align_cb()
2315 int member, const struct vtn_decoration *dec, void *void_ptr) in ptr_nonuniform_workaround_cb() argument
2317 enum gl_access_qualifier *access = void_ptr; in ptr_nonuniform_workaround_cb()
/third_party/boost/boost/container/
Dstable_vector.hpp302 rebind_pointer<void>::type void_ptr; typedef in boost::container::stable_vector_iterator
304 typedef stable_vector_detail::node_base<void_ptr> node_base_type;
497 template rebind_pointer<void>::type void_ptr; typedef in boost::container::stable_vector
502 <void_ptr, void_allocator_type> index_traits_type;
/third_party/boost/boost/spirit/home/support/utree/
Dutree.hpp593 detail::void_ptr v;
/third_party/chromium/patch/
D0001-cve.patch120587 if res == 'void_ptr':
120646 if res == 'void_ptr*':