Home
last modified time | relevance | path

Searched refs:first_finder (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Derase.hpp130 ::boost::algorithm::first_finder(Search), in erase_first_copy()
145 ::boost::algorithm::first_finder(Search), in erase_first_copy()
164 ::boost::algorithm::first_finder(Search), in erase_first()
199 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first_copy()
215 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first_copy()
236 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_first()
561 ::boost::algorithm::first_finder(Search), in erase_all_copy()
576 ::boost::algorithm::first_finder(Search), in erase_all_copy()
595 ::boost::algorithm::first_finder(Search), in erase_all()
630 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ierase_all_copy()
[all …]
H A Dreplace.hpp144 ::boost::algorithm::first_finder(Search), in replace_first_copy()
160 ::boost::algorithm::first_finder(Search), in replace_first_copy()
181 ::boost::algorithm::first_finder(Search), in replace_first()
220 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first_copy()
237 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first_copy()
261 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_first()
617 ::boost::algorithm::first_finder(Search), in replace_all_copy()
633 ::boost::algorithm::first_finder(Search), in replace_all_copy()
654 ::boost::algorithm::first_finder(Search), in replace_all()
693 ::boost::algorithm::first_finder(Search, is_iequal(Loc)), in ireplace_all_copy()
[all …]
H A Dfinder.hpp53 first_finder( const RangeT& Search ) in first_finder() function
70 first_finder( in first_finder() function
259 using algorithm::first_finder;
H A Dsplit.hpp70 ::boost::algorithm::first_finder(Search) ); in find_all()
106 ::boost::algorithm::first_finder(Search, is_iequal(Loc) ) ); in ifind_all()
H A Dfind.hpp84 return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search)); in find_first()
111 … return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search,is_iequal(Loc))); in ifind_first()
H A Dpredicate.hpp228 …bool bResult=(::boost::algorithm::first_finder(lit_test,Comp)(::boost::begin(lit_input), ::boost::… in contains()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/
H A Dfinder.hpp147 first_finder_type first_finder( in findit() local
150 result_type M=first_finder( Begin, End ); in findit()
156 M=first_finder( ::boost::end(M), End ); in findit()
272 first_finder_type first_finder( in find_forward() local
280 M=first_finder( ::boost::end(M), End ); in find_forward()