Searched refs:remove_suffix (Results 1 – 16 of 16) sorted by relevance
27 sv1.remove_suffix ( 1 ); in test()30 sv1.remove_suffix ( len - 1 ); in test()34 sv1.remove_suffix ( 0 ); in test()44 sv1.remove_suffix ( k ); in test_ce()
297 sp.remove_suffix(-1); in TestStringPiece()302 sp.remove_suffix(2); in TestStringPiece()307 sp.remove_suffix(5); in TestStringPiece()329 abcd.remove_suffix(1); in TestStringPieceComparisons()
172 void remove_suffix(int32_t n) { in remove_suffix() function
110 void remove_suffix(int n) { in remove_suffix() function
110 void remove_suffix(int n) { function
99 module.remove_suffix(kInlSuffixLen); in GetModule()
75 void remove_suffix(int n) { in remove_suffix() function
545 subtext.remove_suffix(text.size() - endpos); in Match()
487 c.remove_suffix(3); in TYPED_TEST()490 c.remove_suffix(0); in TYPED_TEST()492 c.remove_suffix(c.size()); in TYPED_TEST()
152 void remove_suffix(size_type n) { in remove_suffix() function
498 c.remove_suffix(3); in TYPED_TEST()501 c.remove_suffix(0); in TYPED_TEST()503 c.remove_suffix(c.size()); in TYPED_TEST()
233 void remove_suffix(size_type n) { in remove_suffix() function
111 constexpr void remove_suffix(size_type n);319 void remove_suffix(size_type __n) _NOEXCEPT321 _LIBCPP_ASSERT(__n <= size(), "remove_suffix() can't remove more than size()");
620 sp.remove_suffix(1); in TestInput()
721 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()