Searched refs:m_values (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/regex/pending/ |
| H A D | unicode_iterator.hpp | 160 return m_values[m_current]; in dereference() 184 if(m_values[m_current] == 0) in increment() 197 m_current = m_values[1] ? 1 : 0; in decrement() 211 m_values[0] = 0; in u32_to_u16_iterator() 212 m_values[1] = 0; in u32_to_u16_iterator() 213 m_values[2] = 0; in u32_to_u16_iterator() 217 m_values[0] = 0; in u32_to_u16_iterator() 218 m_values[1] = 0; in u32_to_u16_iterator() 219 m_values[2] = 0; in u32_to_u16_iterator() 232 m_values[0] = static_cast<U16Type>(v >> 10) + detail::high_surrogate_base; in extract_current() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/visitors/ |
| H A D | iterator.hpp | 36 : m_values(NULL) in iterator() 50 m_values = ::boost::addressof(rtree::elements(n)); in operator ()() 56 BOOST_GEOMETRY_INDEX_ASSERT(m_values, "not dereferencable"); in dereference() 77 if ( m_values ) in search_value() 80 if ( m_current != m_values->end() ) in search_value() 87 m_values = 0; in search_value() 115 return 0 == m_values; in is_end() 120 return (l.m_values == r.m_values) && (0 == l.m_values || l.m_current == r.m_current ); in operator ==() 126 const leaf_elements * m_values; member in boost::geometry::index::detail::rtree::visitors::iterator
|
| H A D | spatial_query.hpp | 100 , m_values(NULL) in spatial_query_incremental() 107 , m_values(NULL) in spatial_query_incremental() 121 m_values = ::boost::addressof(rtree::elements(n)); in operator ()() 127 BOOST_GEOMETRY_INDEX_ASSERT(m_values, "not dereferencable"); in dereference() 148 if ( m_values ) in search_value() 150 if ( m_current != m_values->end() ) in search_value() 162 m_values = 0; in search_value() 191 return 0 == m_values; in is_end() 196 return (l.m_values == r.m_values) && (0 == l.m_values || l.m_current == r.m_current ); in operator ==() 206 const leaf_elements * m_values; member in boost::geometry::index::detail::rtree::visitors::spatial_query_incremental
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/geometries/ |
| H A D | point.hpp | 146 detail::array_assign<DimensionCount, 0>::apply(m_values, v0); in point() 147 detail::array_assign<DimensionCount, 1>::apply(m_values, CoordinateType()); in point() 148 detail::array_assign<DimensionCount, 2>::apply(m_values, CoordinateType()); in point() 159 detail::array_assign<DimensionCount, 0>::apply(m_values, v0); in point() 160 detail::array_assign<DimensionCount, 1>::apply(m_values, v1); in point() 161 detail::array_assign<DimensionCount, 2>::apply(m_values, CoordinateType()); in point() 173 detail::array_assign<DimensionCount, 0>::apply(m_values, v0); in point() 174 detail::array_assign<DimensionCount, 1>::apply(m_values, v1); in point() 175 detail::array_assign<DimensionCount, 2>::apply(m_values, v2); in point() 194 return m_values[K]; in get() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/ |
| H A D | widget.cpp | 24 m_values[i] =v; in Widget() 40 m_values<<0 <<0 <<0<<0; in Widget() 43 for(int i=0; i<m_values.size(); i++) in Widget() 45 int v = m_values[i]; in Widget()
|
| H A D | widget.h | 30 QList<int> m_values; variable
|