Home
last modified time | relevance | path

Searched refs:m_index (Results 1 – 18 of 18) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/
H A Dever_circling_iterator.hpp112 , m_index(0) in ever_circling_range_iterator()
119 , m_index(0) in ever_circling_range_iterator()
134 return other.m_index - this->m_index; in distance_to()
140 && this->m_index == other.m_index; in equal()
145 ++m_index; in increment()
146 if (m_index >= 0 && m_index < m_size) in increment()
158 --m_index; in decrement()
159 if (m_index >= 0 && m_index < m_size) in decrement()
171 if (m_index >= 0 && m_index < m_size in advance()
172 && m_index + n >= 0 && m_index + n < m_size) in advance()
[all …]
H A Dclosing_iterator.hpp53 , m_index(0) in closing_iterator()
62 , m_index((m_size == 0) ? 0 : m_size + 1) in closing_iterator()
69 , m_index(0) in closing_iterator()
82 return other.m_index - this->m_index; in distance_to()
88 && this->m_index == other.m_index; in equal()
93 if (++m_index < m_size) in increment()
105 if (m_index-- < m_size) in decrement()
117 if (m_index < m_size && m_index + n < m_size) in advance()
119 m_index += n; in advance()
124 m_index += n; in advance()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/views/detail/
H A Dpoints_view.hpp51 , m_index(0) in points_iterator()
57 , m_index(MaxSize) in points_iterator()
63 , m_index(MaxSize) in points_iterator()
73 if (m_index >= 0 && m_index < MaxSize) in dereference()
75 return m_points[m_index]; in dereference()
85 return other.m_index == this->m_index; in equal()
90 m_index++; in increment()
95 m_index--; in decrement()
100 return other.m_index - this->m_index; in distance_to()
105 m_index += n; in advance()
[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 Dimplementation.hpp92 , m_index(0) in polygon_rings_iterator()
98 , m_index(0) in polygon_rings_iterator()
104 , m_index(static_cast<size_type>(num_rings(polygon))) in polygon_rings_iterator()
122 , m_index(other.m_index) in polygon_rings_iterator()
152 if (m_index == 0) in dereference()
156 return range::at(interior_rings(*m_polygon), m_index - 1); in dereference()
175 return m_index == other.m_index; in equal()
180 ++m_index; in increment()
185 --m_index; in decrement()
203 return static_cast<Difference>(other.m_index) in distance_to()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/serialassistant/
H A Drollswitchwidget.cpp11 m_index(0), in RollSwitchWidget()
24 return m_index; in currentIndex()
51 QString text = QString(m_text).arg(m_index+1); in paintEvent()
107 m_index --; in mousePressEvent()
110 m_index ++; in mousePressEvent()
113 if(m_index <0) in mousePressEvent()
115 m_index =2; in mousePressEvent()
116 }if(m_index >= m_count) in mousePressEvent()
118 m_index =0; in mousePressEvent()
121 emit indexChange(m_index); in mousePressEvent()
H A Drollswitchwidget.h27 int m_index; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/app/
H A Dboxwidget.cpp12 m_index(0) in BoxWidget()
36 m_index++; in mouseReleaseEvent()
37 if(m_index >= qCeil(m_ids.size()/12.0)){ in mouseReleaseEvent()
38 m_index =0; in mouseReleaseEvent()
45 m_index--; in mouseReleaseEvent()
46 if(m_index <0){ in mouseReleaseEvent()
47 m_index =qCeil(m_ids.size()/12.0)-1; in mouseReleaseEvent()
56 qDebug()<< m_ids[i+m_index*12]; in mouseReleaseEvent()
57 showPlugins(m_ids[i+m_index*12]); in mouseReleaseEvent()
87 for(int j=m_index*12; j<m_ids.size(); j++){ in paintEvent()
H A Dboxwidget.h22 int m_index; 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 Dshortest-paths.h80 m_dist[origin->m_index] = 0; in shortest_paths()
115 int alt = m_dist[n->m_index] + 1; in shortest_paths()
116 if (alt < m_dist[dest->m_index]) in shortest_paths()
118 m_dist[dest->m_index] = alt; in shortest_paths()
119 m_prev[dest->m_index] = succ; in shortest_paths()
134 while (m_prev[to->m_index]) in get_shortest_path()
136 result.m_edges.safe_push (m_prev[to->m_index]); in get_shortest_path()
137 to = m_prev[to->m_index]->m_src; in get_shortest_path()
H A Ddiagnostic-event-id.h39 diagnostic_event_id_t () : m_index (UNKNOWN_EVENT_IDX) {} in diagnostic_event_id_t()
40 diagnostic_event_id_t (int zero_based_idx) : m_index (zero_based_idx) {} in diagnostic_event_id_t()
42 bool known_p () const { return m_index != UNKNOWN_EVENT_IDX; } in known_p()
47 return m_index + 1; in one_based()
52 int m_index; // zero-based variable
H A Dhsa-common.h1054 int m_index; variable
/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 Dshortest-paths.h80 m_dist[origin->m_index] = 0; in shortest_paths()
115 int alt = m_dist[n->m_index] + 1; in shortest_paths()
116 if (alt < m_dist[dest->m_index]) in shortest_paths()
118 m_dist[dest->m_index] = alt; in shortest_paths()
119 m_prev[dest->m_index] = succ; in shortest_paths()
134 while (m_prev[to->m_index]) in get_shortest_path()
136 result.m_edges.safe_push (m_prev[to->m_index]); in get_shortest_path()
137 to = m_prev[to->m_index]->m_src; in get_shortest_path()
H A Ddiagnostic-event-id.h39 diagnostic_event_id_t () : m_index (UNKNOWN_EVENT_IDX) {} in diagnostic_event_id_t()
40 diagnostic_event_id_t (int zero_based_idx) : m_index (zero_based_idx) {} in diagnostic_event_id_t()
42 bool known_p () const { return m_index != UNKNOWN_EVENT_IDX; } in known_p()
47 return m_index + 1; in one_based()
52 int m_index; // zero-based variable
H A Dhsa-common.h1054 int m_index; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/
H A Dadcinterface.cpp18 m_index = m_devName.right(1).toInt()-2;; in ADCInterface()
82 return m_index; in adcIndex()
H A Dadcinterface.h27 int m_index; variable
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/
H A Dbacklightwidget.h31 int m_index = -1; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dhandle_colocations.hpp684 : m_index(index) in is_turn_index()
691 return indexed.turn_index == m_index; in operator ()()
694 std::size_t m_index; member