Home
last modified time | relevance | path

Searched refs:m_bounds (Results 1 – 6 of 6) sorted by relevance

/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 Drtl-iter.h78 const rtx_subrtx_bound_info *m_bounds;
130 : m_bounds (bounds), in generic_subrtx_iterator()
178 ssize_t count = m_bounds[code].count; in next()
186 ssize_t start = m_bounds[code].start; in next()
/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 Drtl-iter.h78 const rtx_subrtx_bound_info *m_bounds;
130 : m_bounds (bounds), in generic_subrtx_iterator()
178 ssize_t count = m_bounds[code].count; in next()
186 ssize_t start = m_bounds[code].start; in next()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/
H A Dqgeoroute.cpp540 m_bounds(other.m_bounds), in QGeoRoutePrivateDefault()
581 m_bounds = bounds; in setBounds()
586 return m_bounds; in bounds()
H A Dqgeoroute_p.h172 QGeoRectangle m_bounds; variable
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/
H A Dqgeocodejsonparser.h68 QGeoShape m_bounds; variable
H A Dqgeocodejsonparser.cpp384 m_bounds = bounds; in setBounds()
404 parseDocument(m_document, m_bounds, &m_results); in run()