Searched refs:last_finder (Results 1 – 6 of 6) 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 D | finder.hpp | 94 last_finder( const RangeT& Search ) in last_finder() function 110 last_finder( const RangeT& Search, PredicateT Comp ) in last_finder() function 260 using algorithm::last_finder;
|
| H A D | erase.hpp | 268 ::boost::algorithm::last_finder(Search), in erase_last_copy() 283 ::boost::algorithm::last_finder(Search), in erase_last_copy() 302 ::boost::algorithm::last_finder(Search), in erase_last() 337 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ierase_last_copy() 353 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ierase_last_copy() 374 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ierase_last()
|
| H A D | replace.hpp | 297 ::boost::algorithm::last_finder(Search), in replace_last_copy() 313 ::boost::algorithm::last_finder(Search), in replace_last_copy() 334 ::boost::algorithm::last_finder(Search), in replace_last() 373 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ireplace_last_copy() 390 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ireplace_last_copy() 414 ::boost::algorithm::last_finder(Search, is_iequal(Loc)), in ireplace_last()
|
| H A D | find.hpp | 137 return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search)); in find_last() 164 … return ::boost::algorithm::find(Input, ::boost::algorithm::last_finder(Search, is_iequal(Loc))); in ifind_last()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | predicate.hpp | 65 =last_finder( in ends_with_iter_select()
|
| H A D | finder.hpp | 306 last_finder_type last_finder( in find_backward() local 314 M=last_finder( Begin, ::boost::begin(M) ); in find_backward()
|