Home
last modified time | relevance | path

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

12

/external/libcxx/test/std/strings/string.view/string.view.modifiers/
Dremove_suffix.pass.cpp29 sv1.remove_suffix ( 1 ); in test()
32 sv1.remove_suffix ( len - 1 ); in test()
36 sv1.remove_suffix ( 0 ); in test()
46 sv1.remove_suffix ( k ); in test_ce()
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp308 sp.remove_suffix(-1); in TestStringPiece()
313 sp.remove_suffix(2); in TestStringPiece()
318 sp.remove_suffix(5); in TestStringPiece()
340 abcd.remove_suffix(1); in TestStringPieceComparisons()
/external/tensorflow/tensorflow/stream_executor/lib/
Dstr_util.h33 str.remove_suffix(suffix.size()); in StripSuffixString()
/external/icu/icu4c/source/common/unicode/
Dstringpiece.h172 void remove_suffix(int32_t n) { in remove_suffix() function
/external/libchrome/base/test/
Dfuzzed_data_provider.cc45 remaining_data_.remove_suffix(1); in ConsumeUint32InRange()
/external/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.h294 void remove_suffix(stringpiece_ssize_type n) { in remove_suffix() function
/external/tensorflow/tensorflow/core/lib/strings/
Dstr_util.cc369 text->remove_suffix(count); in RemoveTrailingWhitespace()
388 s->remove_suffix(expected.size()); in ConsumeSuffix()
/external/pcre/pcrecpp/include/
Dpcre_stringpiece.h110 void remove_suffix(int n) { in remove_suffix() function
/external/libchrome/base/
Dvlog.cc99 module.remove_suffix(kInlSuffixLen); in GetModule()
/external/tensorflow/tensorflow/core/framework/
Dtypes.cc118 sp.remove_suffix(4); in DataTypeFromString()
Dshape_inference_testutil.cc142 expected.remove_suffix(1); in InferShapes()
Dop_gen_lib.cc56 to_append.remove_suffix(1); in WordWrap()
Dattr_value_util.cc177 prefix.remove_suffix(escaped.size() - 10); in SummarizeString()
/external/tensorflow/tensorflow/lite/toco/
Dargs.cc76 cols->back().remove_suffix(line.size() - i); in SplitStructuredLine()
/external/tensorflow/tensorflow/compiler/tf2xla/lib/
Dscatter.cc58 indices_dims.remove_suffix(1); in XlaScatter()
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_main.cc101 command_str.remove_suffix(strlen(kExecSuffix)); in InferSourceFileName()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddiag_op.cc181 other_dims.remove_suffix(1); in Compile()
/external/libchrome/base/strings/
Dstring_piece_unittest.cc500 c.remove_suffix(3); in TYPED_TEST()
503 c.remove_suffix(0); in TYPED_TEST()
505 c.remove_suffix(c.size()); in TYPED_TEST()
Dstring_piece.h247 constexpr void remove_suffix(size_type n) { in remove_suffix() function
/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_helpers.cc910 input->remove_suffix(1); in TrimWhitespace()
917 input->remove_suffix(input->length() - offset); in RemoveComment()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dcsv_dataset_op.cc517 field.remove_suffix(1); in QuotedFieldToOutput()
540 result.remove_suffix(1); // Skip final quote in QuotedFieldToOutput()
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc134 attr_type.remove_suffix(1); // remove closing brace in TypesOf()
/external/libcxx/include/
Dstring_view107 constexpr void remove_suffix(size_type n);
316 void remove_suffix(size_type __n) _NOEXCEPT
318 _LIBCPP_ASSERT(__n <= size(), "remove_suffix() can't remove more than size()");
/external/tensorflow/tensorflow/compiler/xla/
Dshape_util.h147 result.indices_.remove_suffix(1); in ConsumeBack()

12