Home
last modified time | relevance | path

Searched refs:cbegin (Results 1 – 25 of 131) sorted by relevance

123456

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativeplacecontentmodel.cpp152 for (auto i = collection.cbegin(), end = collection.cend(); i != end; ++i) { in initializeCollection()
319 for (auto it = contents.cbegin(), end = contents.cend(); it != end; ++it) { in fetchFinished()
329 for (auto it = newIndexes.cbegin(), end = newIndexes.cend(); it != end; ++it) { in fetchFinished()
358 for (auto it = changedIndexes.cbegin(), end = changedIndexes.cend(); it != end; ++it) { in fetchFinished()
/OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/
H A Dwebview.cpp181 …auto inspectElement = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::I… in contextMenuEvent()
183 …auto viewSource = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::ViewS… in contextMenuEvent()
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/
H A Dwebview.cpp181 …auto inspectElement = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::I… in contextMenuEvent()
183 …auto viewSource = std::find(actions.cbegin(), actions.cend(), page()->action(QWebEnginePage::ViewS… in contextMenuEvent()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dforward_list.tcc156 assign(__list.cbegin(), __list.cend()); in operator =()
398 auto __ix = __lx.cbegin(); in operator ==()
399 auto __iy = __ly.cbegin(); in operator ==()
H A Dunordered_set.h347 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
746 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
747 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
1162 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1540 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1541 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
H A Dstl_vector.h884 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1312 auto __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1337 difference_type __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1382 difference_type __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1431 { return _M_erase(begin() + (__position - cbegin())); } in _GLIBCXX_VISIBILITY()
1460 const auto __cbeg = cbegin(); in _GLIBCXX_VISIBILITY()
H A Dvector.tcc150 const auto __pos = begin() + (__position - cbegin()); in insert()
161 _M_realloc_insert(begin() + (__position - cbegin()), __x); in insert()
343 const auto __n = __position - cbegin(); in _M_insert_rval()
368 const auto __n = __position - cbegin(); in _M_emplace_aux()
H A Dunordered_map.h338 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1061 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1062 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
1485 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1912 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1913 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/bits/
H A Dforward_list.tcc156 assign(__list.cbegin(), __list.cend()); in operator =()
398 auto __ix = __lx.cbegin(); in operator ==()
399 auto __iy = __ly.cbegin(); in operator ==()
H A Dunordered_set.h347 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
746 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
747 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
1162 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1540 cbegin(size_type __n) const in _GLIBCXX_VISIBILITY()
1541 { return _M_h.cbegin(__n); } in _GLIBCXX_VISIBILITY()
H A Dstl_vector.h884 cbegin() const noexcept in _GLIBCXX_VISIBILITY()
1312 auto __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1337 difference_type __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1382 difference_type __offset = __position - cbegin(); in _GLIBCXX_VISIBILITY()
1431 { return _M_erase(begin() + (__position - cbegin())); } in _GLIBCXX_VISIBILITY()
1460 const auto __cbeg = cbegin(); in _GLIBCXX_VISIBILITY()
H A Dvector.tcc150 const auto __pos = begin() + (__position - cbegin()); in insert()
161 _M_realloc_insert(begin() + (__position - cbegin()), __x); in insert()
343 const auto __n = __position - cbegin(); in _M_insert_rval()
368 const auto __n = __position - cbegin(); in _M_emplace_aux()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Darray.hpp78 const_iterator cbegin() const { return elems; } in cbegin() function in boost::array
207 … const_iterator cbegin() const { return const_iterator( reinterpret_cast< const T * >( this ) ); } in cbegin() function in boost::array
211 const_iterator cend() const { return cbegin(); } in cend()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/debug/
H A Dunordered_set230 cbegin() const noexcept
231 { return { _Base::cbegin(), this }; }
267 cbegin(size_type __b) const
270 return { _Base::cbegin(__b), this };
799 cbegin() const noexcept
800 { return { _Base::cbegin(), this }; }
836 cbegin(size_type __b) const
839 return { _Base::cbegin(__b), this };
H A Dvector330 cbegin() const noexcept
524 difference_type __offset = __position.base() - _Base::cbegin();
573 difference_type __offset = __position.base() - _Base::cbegin();
612 difference_type __offset = __position.base() - _Base::cbegin();
691 return { _Base::begin() + (__first.base() - _Base::cbegin()), this };
H A Dunordered_map236 cbegin() const noexcept
237 { return { _Base::cbegin(), this }; }
273 cbegin(size_type __b) const
276 return { _Base::cbegin(__b), this };
929 cbegin() const noexcept
930 { return { _Base::cbegin(), this }; }
966 cbegin(size_type __b) const
969 return { _Base::cbegin(__b), this };
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/debug/
H A Dunordered_set230 cbegin() const noexcept
231 { return { _Base::cbegin(), this }; }
267 cbegin(size_type __b) const
270 return { _Base::cbegin(__b), this };
799 cbegin() const noexcept
800 { return { _Base::cbegin(), this }; }
836 cbegin(size_type __b) const
839 return { _Base::cbegin(__b), this };
H A Dvector330 cbegin() const noexcept
524 difference_type __offset = __position.base() - _Base::cbegin();
573 difference_type __offset = __position.base() - _Base::cbegin();
612 difference_type __offset = __position.base() - _Base::cbegin();
691 return { _Base::begin() + (__first.base() - _Base::cbegin()), this };
H A Dunordered_map236 cbegin() const noexcept
237 { return { _Base::cbegin(), this }; }
273 cbegin(size_type __b) const
276 return { _Base::cbegin(__b), this };
929 cbegin() const noexcept
930 { return { _Base::cbegin(), this }; }
966 cbegin(size_type __b) const
969 return { _Base::cbegin(__b), this };
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqgeoareamonitorsource.cpp200 for (auto it = meta.cbegin(), end = meta.cend(); it != end; ++it) { in availableSources()
H A Dqgeosatelliteinfosource.cpp266 for (auto it = meta.cbegin(), end = meta.cend(); it != end; ++it) { in availableSources()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dunordered_set104 const_iterator cbegin() const noexcept;
163 const_local_iterator cbegin(size_type n) const;
268 const_iterator cbegin() const noexcept;
327 const_local_iterator cbegin(size_type n) const;
525 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
700 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
704 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
1122 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
1268 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
1272 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
H A Dspan98 constexpr const_iterator cbegin() const noexcept;
334 …_LIBCPP_INLINE_VISIBILITY constexpr const_iterator cbegin() const noexcept { return const…
339 …stexpr const_reverse_iterator crend() const noexcept { return const_reverse_iterator(cbegin()); }
499 …_LIBCPP_INLINE_VISIBILITY constexpr const_iterator cbegin() const noexcept { return const…
504 …stexpr const_reverse_iterator crend() const noexcept { return const_reverse_iterator(cbegin()); }
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dunordered_set104 const_iterator cbegin() const noexcept;
163 const_local_iterator cbegin(size_type n) const;
268 const_iterator cbegin() const noexcept;
327 const_local_iterator cbegin(size_type n) const;
525 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
700 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
704 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
1122 const_iterator cbegin() const _NOEXCEPT {return __table_.begin();}
1268 const_local_iterator begin(size_type __n) const {return __table_.cbegin(__n);}
1272 const_local_iterator cbegin(size_type __n) const {return __table_.cbegin(__n);}
H A Dspan98 constexpr const_iterator cbegin() const noexcept;
334 …_LIBCPP_INLINE_VISIBILITY constexpr const_iterator cbegin() const noexcept { return const…
339 …stexpr const_reverse_iterator crend() const noexcept { return const_reverse_iterator(cbegin()); }
499 …_LIBCPP_INLINE_VISIBILITY constexpr const_iterator cbegin() const noexcept { return const…
504 …stexpr const_reverse_iterator crend() const noexcept { return const_reverse_iterator(cbegin()); }

123456