| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/iterators/ |
| H A D | ever_circling_iterator.hpp | 112 , 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 D | closing_iterator.hpp | 53 , 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 D | points_view.hpp | 51 , 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 D | implementation.hpp | 92 , 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 D | rollswitchwidget.cpp | 11 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 D | rollswitchwidget.h | 27 int m_index; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/app/ |
| H A D | boxwidget.cpp | 12 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 D | boxwidget.h | 22 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 D | shortest-paths.h | 80 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 D | diagnostic-event-id.h | 39 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 D | hsa-common.h | 1054 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 D | shortest-paths.h | 80 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 D | diagnostic-event-id.h | 39 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 D | hsa-common.h | 1054 int m_index; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/adc/ |
| H A D | adcinterface.cpp | 18 m_index = m_devName.right(1).toInt()-2;; in ADCInterface() 82 return m_index; in adcIndex()
|
| H A D | adcinterface.h | 27 int m_index; variable
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/screen/ |
| H A D | backlightwidget.h | 31 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 D | handle_colocations.hpp | 684 : m_index(index) in is_turn_index() 691 return indexed.turn_index == m_index; in operator ()() 694 std::size_t m_index; member
|