Searched refs:erase_first (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/algorithm/string/test/ |
D | replace_test.cpp | 100 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/ |
D | erase.hpp | 158 inline void erase_first( in erase_first() function 821 using algorithm::erase_first;
|
/third_party/boost/boost/container/detail/ |
D | adaptive_node_pool_impl.hpp | 147 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/ |
D | doc_HTML.manifest | 621 boost/algorithm/erase_first.html
|