Searched refs:remove_prefix (Results 1 – 6 of 6) sorted by relevance
29 sv1.remove_prefix ( 1 ); in test()32 sv1.remove_prefix ( len - 1 ); in test()36 sv1.remove_prefix ( 0 ); in test()45 sv1.remove_prefix ( k ); in test_ce()
8 def remove_prefix(i, d=0): function40 return remove_prefix(i, d+1)46 t = { e.submit(remove_prefix, i): i for i in sys.argv[1:] }
36 cur.remove_prefix(env_var_name.size() + 1);
82 a.remove_prefix(0); in TEST()87 b.remove_prefix(4); in TEST()92 c.remove_prefix(9); in TEST()
110 void remove_prefix(size_t N) { in remove_prefix() function
118 constexpr void remove_prefix(size_type n);415 void remove_prefix(size_type __n) _NOEXCEPT417 _LIBCPP_ASSERT(__n <= size(), "remove_prefix() can't remove more than size()");