Searched refs:erase_head (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/algorithm/string/test/ |
D | replace_test.cpp | 181 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/ |
D | erase.hpp | 733 inline void erase_head( in erase_head() function 837 using algorithm::erase_head;
|
/third_party/mindspore/mindspore/lite/src/ |
D | sub_graph_split.cc | 1003 bool erase_head = true; in CheckSubHeadEnd() local 1006 erase_head = false; in CheckSubHeadEnd() 1010 if (erase_head) { in CheckSubHeadEnd()
|
/third_party/boost/doc/html/ |
D | doc_HTML.manifest | 637 boost/algorithm/erase_head.html
|