/external/libcxx/test/std/strings/string.view/string.view.modifiers/ |
D | remove_suffix.pass.cpp | 29 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/ |
D | strtest.cpp | 308 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/ |
D | str_util.h | 33 str.remove_suffix(suffix.size()); in StripSuffixString()
|
/external/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 172 void remove_suffix(int32_t n) { in remove_suffix() function
|
/external/libchrome/base/test/ |
D | fuzzed_data_provider.cc | 45 remaining_data_.remove_suffix(1); in ConsumeUint32InRange()
|
/external/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 | 294 void remove_suffix(stringpiece_ssize_type n) { in remove_suffix() function
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | str_util.cc | 369 text->remove_suffix(count); in RemoveTrailingWhitespace() 388 s->remove_suffix(expected.size()); in ConsumeSuffix()
|
/external/pcre/pcrecpp/include/ |
D | pcre_stringpiece.h | 110 void remove_suffix(int n) { in remove_suffix() function
|
/external/libchrome/base/ |
D | vlog.cc | 99 module.remove_suffix(kInlSuffixLen); in GetModule()
|
/external/tensorflow/tensorflow/core/framework/ |
D | types.cc | 118 sp.remove_suffix(4); in DataTypeFromString()
|
D | shape_inference_testutil.cc | 142 expected.remove_suffix(1); in InferShapes()
|
D | op_gen_lib.cc | 56 to_append.remove_suffix(1); in WordWrap()
|
D | attr_value_util.cc | 177 prefix.remove_suffix(escaped.size() - 10); in SummarizeString()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | args.cc | 76 cols->back().remove_suffix(line.size() - i); in SplitStructuredLine()
|
/external/tensorflow/tensorflow/compiler/tf2xla/lib/ |
D | scatter.cc | 58 indices_dims.remove_suffix(1); in XlaScatter()
|
/external/tensorflow/tensorflow/python/framework/ |
D | python_op_gen_main.cc | 101 command_str.remove_suffix(strlen(kExecSuffix)); in InferSourceFileName()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | diag_op.cc | 181 other_dims.remove_suffix(1); in Compile()
|
/external/libchrome/base/strings/ |
D | string_piece_unittest.cc | 500 c.remove_suffix(3); in TYPED_TEST() 503 c.remove_suffix(0); in TYPED_TEST() 505 c.remove_suffix(c.size()); in TYPED_TEST()
|
D | string_piece.h | 247 constexpr void remove_suffix(size_type n) { in remove_suffix() function
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_helpers.cc | 910 input->remove_suffix(1); in TrimWhitespace() 917 input->remove_suffix(input->length() - offset); in RemoveComment()
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | csv_dataset_op.cc | 517 field.remove_suffix(1); in QuotedFieldToOutput() 540 result.remove_suffix(1); // Skip final quote in QuotedFieldToOutput()
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_specs.cc | 134 attr_type.remove_suffix(1); // remove closing brace in TypesOf()
|
/external/libcxx/include/ |
D | string_view | 107 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/ |
D | shape_util.h | 147 result.indices_.remove_suffix(1); in ConsumeBack()
|