/third_party/mesa3d/src/vulkan/util/ |
D | vk_cmd_queue_gen.py | 388 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/ |
D | strip.h | 62 str->remove_suffix(expected.size()); in ConsumeSuffix() 84 if (absl::EndsWith(str, suffix)) str.remove_suffix(suffix.size()); in StripSuffix()
|
D | string_view_test.cc | 809 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()
|
D | string_view.h | 353 ABSL_INTERNAL_STRING_VIEW_CXX14_CONSTEXPR void remove_suffix(size_type n) { in remove_suffix() function
|
D | cord_ring_test.cc | 155 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/ |
D | absl_hardening_test.cc | 32 EXPECT_DEATH_IF_SUPPORTED(view.remove_suffix(10), ""); in TEST() 66 EXPECT_DEATH_IF_SUPPORTED(span.remove_suffix(10), ""); in TEST()
|
D | symbols_x86_dbg.def | 1489 ??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/ |
D | strtest.cpp | 383 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/ |
D | stringpiece_unittest.cc | 642 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()
|
D | stringpiece.h | 287 void remove_suffix(stringpiece_ssize_type n) { in remove_suffix() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | span_test.cc | 257 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()
|
D | span.h | 378 void remove_suffix(size_type n) noexcept { in remove_suffix() function
|
/third_party/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 271 void remove_suffix(int32_t n) { in remove_suffix() function
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | stringpiece.h | 271 void remove_suffix(int32_t n) { in remove_suffix() function
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | stringpiece.h | 271 void remove_suffix(int32_t n) { in remove_suffix() function
|
/third_party/skia/include/core/ |
D | SkStringView.h | 150 constexpr void remove_suffix(size_type n) { in remove_suffix() function
|
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/ |
D | string_piece.h | 90 void remove_suffix(size_type n) { in remove_suffix() function
|
/third_party/node/deps/ada/ |
D | ada.cpp | 12 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/ |
D | objectivec_helpers.cc | 373 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/ |
D | arg.h | 161 piece.remove_suffix(piece.size() - to_write);
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | cord_rep_ring.cc | 546 data.remove_suffix(avail.length()); in Prepend()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
D | parse.cpp | 723 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
D | parse.cpp | 731 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
|
/third_party/icu/icu4c/source/tools/genrb/ |
D | parse.cpp | 731 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
|
/third_party/ffmpeg/ |
D | configure | 606 remove_suffix(){ function
|