Home
last modified time | relevance | path

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

/third_party/boost/libs/algorithm/string/test/
Dreplace_test.cpp181 TEST_ALGO( erase_head, "abc3abc2", 3, string("3abc2") ); in replace_head_test()
182 TEST_ALGO( erase_head, "abc3abc2", -3, string("bc2") ); in replace_head_test()
183 TEST_ALGO( erase_head, "abc3abc2", 0, string("abc3abc2") ); in replace_head_test()
184 TEST_ALGO( erase_head, "", 4, string("") ); in replace_head_test()
185 TEST_ALGO( erase_head, "", -4, string("") ); in replace_head_test()
/third_party/boost/boost/algorithm/string/
Derase.hpp733 inline void erase_head( in erase_head() function
837 using algorithm::erase_head;
/third_party/mindspore/mindspore/lite/src/
Dsub_graph_split.cc1003 bool erase_head = true; in CheckSubHeadEnd() local
1006 erase_head = false; in CheckSubHeadEnd()
1010 if (erase_head) { in CheckSubHeadEnd()
/third_party/boost/doc/html/
Ddoc_HTML.manifest637 boost/algorithm/erase_head.html