Home
last modified time | relevance | path

Searched refs:remove_suffix (Results 1 - 24 of 24) sorted by relevance

/third_party/mesa3d/src/vulkan/util/
H A Dvk_cmd_queue_gen.py230 vk_free(queue->alloc, (${remove_suffix(p.decl.replace("const", ""), p.name)})cmd->u.${to_struct_field_name(c.name)}.${to_field_name(p.name)});
264 cmd->u.${to_struct_field_name(c.name)}.${to_field_name(p.name)} = (${remove_suffix(p.decl.replace("const", ""), p.name)}) ${p.name};
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/
H A Dstrip.h62 str->remove_suffix(expected.size()); in ConsumeSuffix()
84 if (absl::EndsWith(str, suffix)) str.remove_suffix(suffix.size()); in StripSuffix()
H A Dstring_view_test.cc807 // remove_suffix in TEST()
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()
1131 // remove_prefix, remove_suffix, swap in TEST()
1202 a.remove_suffix(1); in TEST()
1218 a.remove_suffix(1); in TEST()
1235 sp.remove_suffix(2); in TEST()
H A Dstring_view.h349 // string_view::remove_suffix()
353 ABSL_INTERNAL_STRING_VIEW_CXX14_CONSTEXPR void remove_suffix(size_type n) {
H A Dcord_ring_test.cc155 not_a_string_view remove_suffix(size_t n) const { in remove_suffix() function in absl::__anon19332::not_a_string_view
588 .remove_suffix(6); in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/
H A 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()
/third_party/icu/icu4c/source/test/intltest/
H A Dstrtest.cpp381 // remove_suffix() in TestStringPiece()
383 sp.remove_suffix(-1); in TestStringPiece()
385 errln("abcd.remove_suffix(-1) failed"); in TestStringPiece()
388 sp.remove_suffix(2); in TestStringPiece()
390 errln("abcd.remove_suffix(2) failed"); in TestStringPiece()
393 sp.remove_suffix(5); in TestStringPiece()
395 errln("abcd.remove_suffix(5) failed"); in TestStringPiece()
444 abcd.remove_suffix(1); in TestStringPieceComparisons()
446 errln("abc!=abcd.remove_suffix(1)"); in TestStringPieceComparisons()
/third_party/icu/icu4c/source/common/unicode/
H A Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function in StringPiece
/third_party/node/deps/icu-small/source/common/unicode/
H A Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function in StringPiece
/third_party/skia/third_party/externals/icu/source/common/unicode/
H A Dstringpiece.h271 void remove_suffix(int32_t n) { in remove_suffix() function in StringPiece
/third_party/protobuf/src/google/protobuf/stubs/
H A Dstringpiece_unittest.cc640 // remove_suffix in TEST()
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()
H A Dstringpiece.h287 void remove_suffix(stringpiece_ssize_type n) { in remove_suffix() function in google::protobuf::StringPiece
/third_party/skia/third_party/externals/abseil-cpp/absl/types/
H A 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)));
H A Dspan.h375 // Span::remove_suffix()
378 void remove_suffix(size_type n) noexcept {
/third_party/libphonenumber/cpp/src/phonenumbers/base/strings/
H A Dstring_piece.h90 void remove_suffix(size_type n) { in remove_suffix() function in i18n::phonenumbers::StringPiece
/third_party/skia/include/core/
H A DSkStringView.h152 constexpr void remove_suffix(size_type n) { in remove_suffix() function in skstd::string_view
/third_party/node/deps/ada/
H A Dada.cpp19 view.remove_suffix(1);
10513 input.remove_suffix(input.size() - location_of_first);
10561 path.remove_suffix(path.size() - slash_loc);
10590 input.remove_suffix(input.size() - pos);
10965 // performance: remove_suffix may translate into a single instruction.
10966 view.remove_suffix(view_size - location);
10976 input.remove_suffix(1);
11095 path_view.remove_suffix(path_view.size() - location);
11240 input.remove_suffix(1);
11652 input.remove_suffix(
[all...]
/third_party/protobuf/src/google/protobuf/compiler/objectivec/
H A 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/
H A Darg.h161 piece.remove_suffix(piece.size() - to_write); in FormatConvertImpl()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_ring.cc546 data.remove_suffix(avail.length()); in Prepend()
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp731 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp731 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp723 dir.remove_suffix((int32_t)(filenameLimit - filenameBegin)); in getRules()
/third_party/ffmpeg/
H A Dconfigure615 remove_suffix(){ function

Completed in 55 milliseconds