Searched refs:erase_all (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/algorithm/string/test/ |
D | replace_test.cpp | 133 TEST_ALGO( erase_all, "1abc3abc2", string("abc"), string("132") ); in replace_all_test() 135 TEST_ALGO( erase_all, "1abc3abc2", "abc", string("132") ); in replace_all_test() 136 TEST_ALGO( erase_all, "1abc3abc2", string(""), string("1abc3abc2") ); in replace_all_test() 137 TEST_ALGO( erase_all, "", string("abc"), string("") ); in replace_all_test()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | opt_copy_propagation_elements.cpp | 86 void erase_all() in erase_all() function in __anon556f318d0111::copy_propagation_state 519 state->erase_all(); in visit_enter() 577 state->erase_all(); in visit_enter() 614 this->state->erase_all(); in handle_loop()
|
/third_party/boost/libs/geometry/example/ |
D | c08_custom_non_std_example.cpp | 60 void erase_all() { points.clear(); } in erase_all() function in my_polygon 236 polygon.erase_all(); in apply()
|
/third_party/boost/boost/date_time/ |
D | time_facet.hpp | 321 boost::algorithm::erase_all(local_format, posix_zone_string_format); in put() 339 boost::algorithm::erase_all(local_format, ss.str()); in put() 357 boost::algorithm::erase_all(local_format, ss.str()); in put() 373 boost::algorithm::erase_all(local_format, zone_iso_extended_format); in put() 390 boost::algorithm::erase_all(local_format, zone_iso_format); in put() 422 boost::algorithm::erase_all(local_format, in put() 455 boost::algorithm::erase_all(format, duration_sign_negative_only); in put() 531 boost::algorithm::erase_all(format, in put()
|
/third_party/boost/boost/algorithm/string/ |
D | erase.hpp | 589 inline void erase_all( in erase_all() function 833 using algorithm::erase_all;
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 633 boost/algorithm/erase_all.html
|