Home
last modified time | relevance | path

Searched refs:remove_suffix (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/vulkan/util/
Dvk_cmd_queue_gen.py388 def remove_suffix(text, suffix): function
426 const_cast = remove_suffix(param.decl.replace("const", ""), param.name)
437 const_cast = remove_suffix(member.decl.replace("const", ""), member.name)
487 const_cast = remove_suffix(param.decl.replace("const", ""), param.name)
494 const_cast = remove_suffix(member.decl.replace("const", ""), member.name)
582 'remove_suffix': remove_suffix,
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstrip.h62 str->remove_suffix(expected.size()); in ConsumeSuffix()
84 if (absl::EndsWith(str, suffix)) str.remove_suffix(suffix.size()); in StripSuffix()
Dstring_view_test.cc809 c.remove_suffix(3); in TEST()
812 c.remove_suffix(0); in TEST()
814 c.remove_suffix(c.size()); in TEST()
1121 str.remove_suffix(1); in ConstexprMethodsHelper()
1202 a.remove_suffix(1); in TEST()
1218 a.remove_suffix(1); in TEST()
1235 sp.remove_suffix(2); in TEST()
Dstring_view.h353 ABSL_INTERNAL_STRING_VIEW_CXX14_CONSTEXPR void remove_suffix(size_type n) { in remove_suffix() function
Dcord_ring_test.cc155 not_a_string_view remove_suffix(size_t n) const { in remove_suffix() function in absl::__anonf672451b0111::not_a_string_view
588 .remove_suffix(6); in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/
Dabsl_hardening_test.cc32 EXPECT_DEATH_IF_SUPPORTED(view.remove_suffix(10), ""); in TEST()
66 EXPECT_DEATH_IF_SUPPORTED(span.remove_suffix(10), ""); in TEST()
Dsymbols_x86_dbg.def1489 ??R<lambda_1>@?0??remove_suffix@string_view@absl@@QAEXI@Z@QBE?A?<auto>@@XZ
3442 ?remove_suffix@string_view@absl@@QAEXI@Z
/third_party/icu/icu4c/source/test/intltest/
Dstrtest.cpp383 sp.remove_suffix(-1); in TestStringPiece()
388 sp.remove_suffix(2); in TestStringPiece()
393 sp.remove_suffix(5); in TestStringPiece()
444 abcd.remove_suffix(1); in TestStringPieceComparisons()
/third_party/protobuf/src/google/protobuf/stubs/
Dstringpiece_unittest.cc642 c.remove_suffix(3); in TEST()
645 c.remove_suffix(0); in TEST()
647 c.remove_suffix(c.size()); in TEST()
764 a.remove_suffix(1); in TEST()
780 a.remove_suffix(1); in TEST()
Dstringpiece.h287 void remove_suffix(stringpiece_ssize_type n) { in remove_suffix() function
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
Dspan_test.cc257 s.remove_suffix(0); in TEST()
265 s.remove_suffix(1); in TEST()
273 s.remove_suffix(11); in TEST()
282 EXPECT_DEATH_IF_SUPPORTED(suffix_death.remove_suffix(21), ""); in TEST()
775 EXPECT_TRUE(noexcept(s.remove_suffix(0))); in TEST()
Dspan.h378 void remove_suffix(size_type n) noexcept { in remove_suffix() function
/third_party/icu/icu4c/source/common/unicode/
Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function
/third_party/node/deps/icu-small/source/common/unicode/
Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function
/third_party/skia/third_party/externals/icu/source/common/unicode/
Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function
/third_party/skia/include/core/
DSkStringView.h150 constexpr void remove_suffix(size_type n) { in remove_suffix() function
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
Dstring_piece.h90 void remove_suffix(size_type n) { in remove_suffix() function
/third_party/node/deps/ada/
Dada.cpp12 view.remove_suffix(1); in is_ipv4()
10533 input.remove_suffix(input.size() - location_of_first); in prune_hash()
10581 path.remove_suffix(path.size() - slash_loc); in shorten_path()
10610 input.remove_suffix(input.size() - pos); in resize()
10839 view.remove_suffix(view_size - location); in get_host_delimiter_location()
10849 input.remove_suffix(1); in trim_c0_whitespace()
10968 path_view.remove_suffix(path_view.size() - location); in parse_prepared_path()
11166 input.remove_suffix(1); in parse_ipv4()
11576 input.remove_suffix(1); in parse_host()
11894 new_host.remove_suffix(new_host.length() - location); in set_host_or_hostname()
[all …]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc373 input->remove_suffix(1); in TrimWhitespace()
1038 input->remove_suffix(input->length() - offset); in RemoveComment()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Darg.h161 piece.remove_suffix(piece.size() - to_write);
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring.cc546 data.remove_suffix(avail.length()); in Prepend()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
Dparse.cpp723 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
/third_party/node/deps/icu-small/source/tools/genrb/
Dparse.cpp731 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
/third_party/icu/icu4c/source/tools/genrb/
Dparse.cpp731 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
/third_party/ffmpeg/
Dconfigure606 remove_suffix(){ function

12