Home
last modified time | relevance | path

Searched refs:erase_first (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/algorithm/string/test/
Dreplace_test.cpp100 TEST_ALGO( erase_first, "1abc3abc2", string("abc"), string("13abc2") ); in replace_first_test()
102 TEST_ALGO( erase_first, "1abc3abc2", "abc", "13abc2" ); in replace_first_test()
103 TEST_ALGO( erase_first, "1abc3abc2", string(""), string("1abc3abc2") ); in replace_first_test()
104 TEST_ALGO( erase_first, "", string("abc"), string("") ); in replace_first_test()
/third_party/boost/boost/algorithm/string/
Derase.hpp158 inline void erase_first( in erase_first() function
821 using algorithm::erase_first;
/third_party/boost/boost/container/detail/
Dadaptive_node_pool_impl.hpp147 static void erase_first(Container &container) in erase_first() function
194 static void erase_first(Container &container) in erase_first() function
740 block_container_traits_t::erase_first(m_block_container); in priv_allocate_node()
796 block_container_traits_t::erase_first(m_block_container); in priv_allocate_nodes()
/third_party/boost/doc/html/
Ddoc_HTML.manifest621 boost/algorithm/erase_first.html