/external/libcxx/test/std/strings/string.view/string.view.modifiers/ |
D | remove_prefix.pass.cpp | 30 sv1.remove_prefix ( 1 ); in test() 33 sv1.remove_prefix ( len - 1 ); in test() 37 sv1.remove_prefix ( 0 ); in test() 46 sv1.remove_prefix ( k ); in test_ce()
|
/external/libchrome/base/ |
D | vlog.cc | 93 module.remove_prefix(last_slash_pos + 1); in GetModule() 152 p.remove_prefix(1), s.remove_prefix(1); in MatchVlogPattern() 162 p.remove_prefix(1); in MatchVlogPattern() 174 s.remove_prefix(1); in MatchVlogPattern()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_stream_parser.cc | 373 p_.remove_prefix(2); in ParseStringHelper() 458 p_.remove_prefix(kUnicodeEscapedLength); in ParseUnicodeEscape() 472 p_.remove_prefix(kUnicodeEscapedLength); in ParseUnicodeEscape() 554 p_.remove_prefix(index); in ParseNumberHelper() 567 p_.remove_prefix(index); in ParseNumberHelper() 573 p_.remove_prefix(index); in ParseNumberHelper() 586 p_.remove_prefix(index); in ParseNumberHelper() 592 p_.remove_prefix(index); in ParseNumberHelper() 744 p_.remove_prefix(true_len); in ParseTrue() 751 p_.remove_prefix(false_len); in ParseFalse() [all …]
|
/external/tensorflow/tensorflow/core/platform/ |
D | scanner.cc | 32 cur_.remove_prefix(1); in ScanUntilImpl() 39 cur_.remove_prefix(1); in ScanUntilImpl()
|
D | numbers.cc | 219 while (isspace(SafeFirstChar(*str))) str->remove_prefix(1); in SkipSpaces() 244 str.remove_prefix(1); in safe_strto64() 253 str.remove_prefix(1); in safe_strto64() 275 str.remove_prefix(1); in safe_strtou64() 304 str.remove_prefix(1); in safe_strto32() 325 str.remove_prefix(1); in safe_strtou32()
|
D | scanner.h | 74 cur_.remove_prefix(1); in One() 99 cur_.remove_prefix(1); in Any()
|
D | str_util.cc | 80 s->remove_prefix(p - s->data()); in ConsumeLeadingDigits() 99 s->remove_prefix(n); in ConsumeNonWhitespace()
|
D | tensor_coding.cc | 65 reader.remove_prefix(size); in DecodeStringList() 118 reader_.remove_prefix(size); in Data()
|
/external/tensorflow/tensorflow/core/lib/strings/ |
D | ordered_code.cc | 239 src->remove_prefix(start - src->data()); in ReadStringInternal() 300 src->remove_prefix(len + 1); in ReadNumIncreasing() 527 src->remove_prefix(len); in ReadSignedNumIncreasing()
|
/external/tensorflow/tensorflow/core/framework/ |
D | rendezvous.cc | 77 s->remove_prefix(offset + 1); // +1: remove delim, as well in ConsumeNextPart() 83 s->remove_prefix(s->size()); in ConsumeNextPart()
|
D | op_gen_lib.cc | 55 str.remove_prefix(space + 1); in WordWrap() 95 orig->remove_prefix(pos + 1); in SplitAt() 188 line.remove_prefix(colon + 1); in FindMultiline()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | string_split_op.cc | 47 text.remove_prefix(f + 1); in SplitOnChar() 147 text.remove_prefix(token.size()); in SplitV2() 148 text.remove_prefix(sep.size()); in SplitV2()
|
/external/tensorflow/tensorflow/compiler/xla/tools/ |
D | show_signature.cc | 69 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
|
D | dumped_computation_to_operation_list.cc | 108 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
|
D | dumped_computation_to_text.cc | 106 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
|
/external/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 362 sp.remove_prefix(-1); in TestStringPiece() 367 sp.remove_prefix(2); in TestStringPiece() 372 sp.remove_prefix(5); in TestStringPiece() 611 sp.remove_prefix(4); in TestCharString()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | utils.h | 130 if (is_control) input_name.remove_prefix(1); in NodePositionIfSameNode() 150 id.first.remove_prefix(1); in ParseNodeNameAsStringPiece()
|
/external/tensorflow/tensorflow/core/util/ |
D | semver_test.cc | 43 s->remove_prefix(i); in ConsumeDotSeparatedIdentifiers()
|
/external/fmtlib/test/ |
D | scan.h | 32 format_.remove_prefix(internal::to_unsigned(it - begin())); in advance_to() 49 input_.remove_prefix(internal::to_unsigned(it - begin())); in advance_to()
|
/external/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 190 void remove_prefix(int32_t n) { in remove_prefix() function
|
/external/protobuf/src/google/protobuf/stubs/ |
D | bytestream_unittest.cc | 57 void Skip(size_t n) { data_.remove_prefix(n); } in Skip()
|
D | stringpiece_unittest.cc | 632 c.remove_prefix(3); in TEST() 635 c.remove_prefix(0); in TEST() 637 c.remove_prefix(c.size()); in TEST() 763 a.remove_prefix(1); in TEST() 779 a.remove_prefix(1); in TEST()
|
D | bytestream.cc | 158 input_.remove_prefix(n); in Skip()
|
/external/tensorflow/tensorflow/compiler/xla/client/lib/ |
D | loops.cc | 103 values.remove_prefix(1); in ForEachIndex()
|
/external/tensorflow/tensorflow/compiler/jit/tests/ |
D | auto_clustering_test_helper.cc | 55 maybe_cluster->remove_prefix(absl::string_view("cluster_").size()); in SummarizeClustering()
|