Home
last modified time | relevance | path

Searched refs:remove_prefix (Results 1 – 25 of 62) sorted by relevance

123

/external/libcxx/test/std/strings/string.view/string.view.modifiers/
Dremove_prefix.pass.cpp30 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/
Dvlog.cc93 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/
Djson_stream_parser.cc373 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/
Dscanner.cc32 cur_.remove_prefix(1); in ScanUntilImpl()
39 cur_.remove_prefix(1); in ScanUntilImpl()
Dnumbers.cc219 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()
Dscanner.h74 cur_.remove_prefix(1); in One()
99 cur_.remove_prefix(1); in Any()
Dstr_util.cc80 s->remove_prefix(p - s->data()); in ConsumeLeadingDigits()
99 s->remove_prefix(n); in ConsumeNonWhitespace()
Dtensor_coding.cc65 reader.remove_prefix(size); in DecodeStringList()
118 reader_.remove_prefix(size); in Data()
/external/tensorflow/tensorflow/core/lib/strings/
Dordered_code.cc239 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/
Drendezvous.cc77 s->remove_prefix(offset + 1); // +1: remove delim, as well in ConsumeNextPart()
83 s->remove_prefix(s->size()); in ConsumeNextPart()
Dop_gen_lib.cc55 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/
Dstring_split_op.cc47 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/
Dshow_signature.cc69 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
Ddumped_computation_to_operation_list.cc108 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
Ddumped_computation_to_text.cc106 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
/external/icu/icu4c/source/test/intltest/
Dstrtest.cpp362 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/
Dutils.h130 if (is_control) input_name.remove_prefix(1); in NodePositionIfSameNode()
150 id.first.remove_prefix(1); in ParseNodeNameAsStringPiece()
/external/tensorflow/tensorflow/core/util/
Dsemver_test.cc43 s->remove_prefix(i); in ConsumeDotSeparatedIdentifiers()
/external/fmtlib/test/
Dscan.h32 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/
Dstringpiece.h190 void remove_prefix(int32_t n) { in remove_prefix() function
/external/protobuf/src/google/protobuf/stubs/
Dbytestream_unittest.cc57 void Skip(size_t n) { data_.remove_prefix(n); } in Skip()
Dstringpiece_unittest.cc632 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()
Dbytestream.cc158 input_.remove_prefix(n); in Skip()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dloops.cc103 values.remove_prefix(1); in ForEachIndex()
/external/tensorflow/tensorflow/compiler/jit/tests/
Dauto_clustering_test_helper.cc55 maybe_cluster->remove_prefix(absl::string_view("cluster_").size()); in SummarizeClustering()

123