Home
last modified time | relevance | path

Searched refs:m_p (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/core/
H A Ddemangle.hpp60 char const * m_p; member in boost::core::scoped_demangled_name
64 m_p( demangle_alloc( name ) ) in scoped_demangled_name()
70 demangle_free( m_p ); in ~scoped_demangled_name()
75 return m_p; in get()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/
H A Ddestroyers.hpp187 : m_p(p), m_a(a), m_n(n) in scoped_destructor_n()
191 { m_p = 0; } in release()
197 { m_n += inc; m_p -= inc; } in increment_size_backwards()
200 { m_n -= inc; m_p += inc; } in shrink_forward()
204 if(!m_p) return; in ~scoped_destructor_n()
205 value_type *raw_ptr = boost::movelib::to_raw_pointer(m_p); in ~scoped_destructor_n()
212 pointer m_p; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/
H A Dminmax_element.hpp45 explicit binary_pred_over_iter(BinaryPredicate const& p ) : m_p( p ) {} in binary_pred_over_iter()
47 Iterator const& it2) const { return m_p(*it1, *it2); } in operator ()()
49 BinaryPredicate m_p; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dfwd_macros.hpp206 #define BOOST_MOVE_MFWD(N) ::boost::forward<P##N>(this->m_p##N.get())
210 #define BOOST_MOVE_MFWD(N) ::boost::forward<P##N>(this->m_p##N)
213 #define BOOST_MOVE_MITFWD(N) *this->m_p##N
214 #define BOOST_MOVE_MINC(N) ++this->m_p##N
/OK3568_Linux_fs/buildroot/package/assimp/
H A D0002-closes-2733-update-of-zlip-to-fix-gcc-build-for-v9-2-0-32-bit.patch679 pZip->m_pState->m_central_dir.m_p,
689 p = (const mz_uint8 *)pZip->m_pState->m_central_dir.m_p;
703 (mz_uint32)(p - (const mz_uint8 *)pZip->m_pState->m_central_dir.m_p);