Home
last modified time | relevance | path

Searched refs:remove_prefix (Results 1 – 25 of 59) 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.cc362 p_.remove_prefix(2); in ParseStringHelper()
448 p_.remove_prefix(kUnicodeEscapedLength); in ParseUnicodeEscape()
462 p_.remove_prefix(kUnicodeEscapedLength); in ParseUnicodeEscape()
533 p_.remove_prefix(index); in ParseNumberHelper()
547 p_.remove_prefix(index); in ParseNumberHelper()
560 p_.remove_prefix(index); in ParseNumberHelper()
703 p_.remove_prefix(true_len); in ParseTrue()
710 p_.remove_prefix(false_len); in ParseFalse()
717 p_.remove_prefix(null_len); in ParseNull()
755 p_.remove_prefix(std::min<int>( in Advance()
/external/tensorflow/tensorflow/core/lib/strings/
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()
Dstr_util.cc358 text->remove_prefix(count); in RemoveLeadingWhitespace()
380 s->remove_prefix(expected.size()); in ConsumePrefix()
411 s->remove_prefix(p - s->data()); in ConsumeLeadingDigits()
430 s->remove_prefix(n); in ConsumeNonWhitespace()
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()
Dscanner.h72 cur_.remove_prefix(1); in One()
97 cur_.remove_prefix(1); in Any()
/external/libchrome/base/test/
Dfuzzed_data_provider.cc67 remaining_data_.remove_prefix(1); in ConsumeRandomLengthString()
70 remaining_data_.remove_prefix(1); in ConsumeRandomLengthString()
/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/icu/icu4c/source/test/intltest/
Dstrtest.cpp292 sp.remove_prefix(-1); in TestStringPiece()
297 sp.remove_prefix(2); in TestStringPiece()
302 sp.remove_prefix(5); in TestStringPiece()
511 sp.remove_prefix(4); in TestCharString()
/external/pcre/pcrecpp/include/
Dpcrecpp.h586 input->remove_prefix(consumed); in Consume()
600 input->remove_prefix(consumed); in FindAndConsume()
/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.cc107 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
Ddumped_computation_to_text.cc105 args.remove_prefix(1); // Pop off the binary name, argv[0] in main()
/external/tensorflow/tensorflow/core/platform/
Dtensor_coding.cc65 reader.remove_prefix(size); in DecodeStringList()
118 reader_.remove_prefix(size); in Data()
/external/tensorflow/tensorflow/core/util/
Dsemver_test.cc43 s->remove_prefix(i); in ConsumeDotSeparatedIdentifiers()
/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib.cc53 str.remove_prefix(space + 1); in WordWrap()
93 orig->remove_prefix(pos + 1); in SplitAt()
186 line.remove_prefix(colon + 1); in FindMultiline()
Drendezvous.cc75 s->remove_prefix(offset + 1); // +1: remove delim, as well in ConsumeNextPart()
81 s->remove_prefix(s->size()); in ConsumeNextPart()
/external/tensorflow/tensorflow/stream_executor/
Dkernel.cc101 stubless_name.remove_prefix(strlen(kStubPrefix)); in set_name()
/external/icu/icu4c/source/common/unicode/
Dstringpiece.h157 void remove_prefix(int32_t n) { in remove_prefix() function
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dselect_op.cc70 bdims.remove_prefix(1); in Compile()
/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()
/external/tensorflow/tensorflow/core/distributed_runtime/
Dremote_device.cc39 fullname.remove_prefix(pos + 1); in GetLocalDeviceName()

123