| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/ |
| H A D | query_iterators.hpp | 276 : m_ptr(static_cast<iterator_base*>( in query_iterator() 284 : m_ptr(o.m_ptr.get() ? o.m_ptr->clone() : 0) in query_iterator() 292 m_ptr.reset(o.m_ptr.get() ? o.m_ptr->clone() : 0); in operator =() 298 : m_ptr(0) in query_iterator() 300 m_ptr.swap(o.m_ptr); in query_iterator() 306 m_ptr.swap(o.m_ptr); in operator =() 307 o.m_ptr.reset(); in operator =() 320 m_ptr.reset(o.m_ptr.get() ? o.m_ptr->clone() : 0); in operator =() 325 : m_ptr(0) in query_iterator() 327 m_ptr.swap(o.m_ptr); in query_iterator() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/node/ |
| H A D | subtree_destroyer.hpp | 31 : m_ptr(ptr) in subtree_destroyer() 42 if ( m_ptr && m_ptr != ptr ) in reset() 44 …::rtree::visitors::destroy<Value, Options, Translator, Box, Allocators> del_v(m_ptr, m_allocators); in reset() 45 detail::rtree::apply_visitor(del_v, *m_ptr); in reset() 47 m_ptr = ptr; in reset() 52 m_ptr = 0; in release() 57 return m_ptr; in get() 62 return *m_ptr; in operator *() 67 return m_ptr; in operator ->() 71 pointer m_ptr; member in boost::geometry::index::detail::rtree::subtree_destroyer
|
| H A D | scoped_deallocator.hpp | 26 : m_ptr(p), m_alloc(a) in scoped_deallocator() 30 if ( m_ptr ) in ~scoped_deallocator() 32 boost::container::allocator_traits<Alloc>::deallocate(m_alloc, m_ptr, 1); in ~scoped_deallocator() 37 m_ptr = 0; in release() 40 pointer m_ptr; member in boost::geometry::index::detail::rtree::scoped_deallocator
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | destroyers.hpp | 48 { m_alloc.deallocate(m_ptr, 1); } in priv_deallocate() 51 { m_alloc.deallocate_one(m_ptr); } in priv_deallocate() 57 pointer m_ptr; member 61 : m_ptr(p), m_alloc(a) in scoped_deallocator() 65 { if (m_ptr)priv_deallocate(alloc_version()); } in ~scoped_deallocator() 68 : m_ptr(o.m_ptr), m_alloc(o.m_alloc) in scoped_deallocator() 72 { return m_ptr; } in get() 75 { m_ptr = p; } in set() 78 { m_ptr = 0; } in release() 111 : m_ptr(p), m_alloc(a), m_length(length) {} in scoped_array_deallocator() [all …]
|
| H A D | iterators.hpp | 53 : m_ptr(&ref), m_num(range_size){} in constant_iterator() 57 : m_ptr(0), m_num(0){} in constant_iterator() 130 const T * m_ptr; member in boost::container::constant_iterator 146 { return *m_ptr; } in dereference() 386 : m_ptr(&ref), m_num(range_size){} in repeat_iterator() 390 : m_ptr(0), m_num(0){} in repeat_iterator() 463 T * m_ptr; member in boost::container::repeat_iterator 479 { return *m_ptr; } in dereference()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/libs/server/ |
| H A D | platformserver.cpp | 8 :QThread(parent),m_serverName(name),m_ptr(NULL) in PlatformServer() 15 if(m_ptr == NULL) in startwork() 18 m_ptr = serial; in startwork() 51 if(m_ptr != NULL) in stopwork() 53 SerialPort *serial = dynamic_cast<SerialPort*>(m_ptr); in stopwork() 58 delete m_ptr; in stopwork() 59 m_ptr = NULL; in stopwork() 65 if(m_ptr != NULL) in sendData() 67 SerialPort *serial = dynamic_cast<SerialPort*>(m_ptr); in sendData()
|
| H A D | platformserver.h | 27 QObject * m_ptr; variable
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | input.h | 49 char_span (const char *ptr, size_t n_elts) : m_ptr (ptr), m_n_elts (n_elts) {} in char_span() 52 operator bool() const { return m_ptr; } 58 const char *get_buffer () const { return m_ptr; } in get_buffer() 64 return m_ptr[idx]; 73 return char_span (m_ptr + offset, n_elts); in subspan() 78 return ::xstrndup (m_ptr, m_n_elts); in xstrdup() 82 const char *m_ptr;
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | input.h | 49 char_span (const char *ptr, size_t n_elts) : m_ptr (ptr), m_n_elts (n_elts) {} in char_span() 52 operator bool() const { return m_ptr; } 58 const char *get_buffer () const { return m_ptr; } in get_buffer() 64 return m_ptr[idx]; 73 return char_span (m_ptr + offset, n_elts); in subspan() 78 return ::xstrndup (m_ptr, m_n_elts); in xstrdup() 82 const char *m_ptr;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/ |
| H A D | destruct_n.hpp | 35 : m_ptr(raw), m_size() in destruct_n() 56 m_ptr[m_size].~T(); in ~destruct_n() 60 RandItUninit m_ptr; member in boost::movelib::destruct_n
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/ |
| H A D | trace.h | 56 PtrWrapper(const T *ptr) : m_ptr(ptr) { } in PtrWrapper() 57 const T *const m_ptr; member 66 debug.nospace() << '[' << static_cast<const void *>(wrapper.m_ptr) << ']';
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/ |
| H A D | vector.hpp | 100 Pointer m_ptr; member in boost::container::container_detail::vec_iterator 104 { return m_ptr; } in get_ptr() 107 { return m_ptr; } in get_ptr() 110 : m_ptr(ptr) in vec_iterator() 118 : m_ptr() //Value initialization to achieve "null iterators" (N3644) in vec_iterator() 122 : m_ptr(other.get_ptr()) in vec_iterator() 127 { return *m_ptr; } in operator *() 133 { return m_ptr[off]; } in operator []() 137 { ++m_ptr; return *this; } in operator ++() 140 { return vec_iterator(m_ptr++); } in operator ++() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/boundary_view/ |
| H A D | implementation.hpp | 343 automatic_deallocator(T* ptr) : m_ptr(ptr) {} in automatic_deallocator() 347 operator delete(m_ptr); in ~automatic_deallocator() 350 inline void release() { m_ptr = NULL; } in release() 352 T* m_ptr; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/algo/detail/ |
| H A D | adaptive_sort_merge.hpp | 167 : m_ptr(), m_size(0), m_capacity(0) in adaptive_xbuf() 171 : m_ptr(raw_memory), m_size(0), m_capacity(capacity) in adaptive_xbuf() 178 boost::move(first, first+n, m_ptr); in move_assign() 181 m_ptr[size].~T(); in move_assign() 186 RandRawIt result = boost::move(first, first+m_size, m_ptr); in move_assign() 196 boost::uninitialized_move(first, first+n, m_ptr+m_size); in push_back() 204 RandRawIt p_ret = m_ptr + m_size; in add() 213 if(pos == (m_ptr + m_size)){ in insert() 217 this->add(m_ptr+m_size-1); in insert() 219 boost::move_backward(pos, m_ptr+m_size-2, m_ptr+m_size-1); in insert() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/ |
| H A D | varray_detail.hpp | 744 scoped_destructor(T * ptr) : m_ptr(ptr) {} in scoped_destructor() 748 if(m_ptr) in ~scoped_destructor() 749 destroy(m_ptr); in ~scoped_destructor() 752 void release() { m_ptr = 0; } in release() 755 T * m_ptr; member in boost::geometry::index::detail::varray_detail::scoped_destructor
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/ |
| H A D | gtype.state | 17861 (!pair "m_ptr"
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/ |
| H A D | gtype.state | 17895 (!pair "m_ptr"
|