Home
last modified time | relevance | path

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

1234567

/external/llvm-project/libcxx/test/std/strings/string.view/string.view.modifiers/
Dremove_prefix.pass.cpp28 sv1.remove_prefix ( 1 ); in test()
31 sv1.remove_prefix ( len - 1 ); in test()
35 sv1.remove_prefix ( 0 ); in test()
44 sv1.remove_prefix ( k ); in test_ce()
/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/rust/crates/grpcio-sys/grpc/src/core/lib/uri/
Duri_parser.cc105 remaining.remove_prefix(scheme.length() + 1); in Parse()
109 remaining.remove_prefix(2); in Parse()
112 remaining.remove_prefix(authority.length()); in Parse()
118 remaining.remove_prefix(path.length()); in Parse()
123 remaining.remove_prefix(1); in Parse()
139 remaining.remove_prefix(tmp_query.length()); in Parse()
143 remaining.remove_prefix(1); in Parse()
/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/openscreen/cast/streaming/
Dpacket_util.h22 in->remove_prefix(sizeof(Integer)); in ConsumeField()
31 out->remove_prefix(sizeof(Integer)); in AppendField()
46 out->remove_prefix(num_bytes); in ReserveSpace()
Dcompound_rtcp_parser.cc110 buffer.remove_prefix(kRtcpCommonHeaderSize); in Parse()
116 buffer.remove_prefix(header->payload_size); in Parse()
286 in.remove_prefix(sizeof(uint8_t)); in ParseFeedback()
328 in.remove_prefix(sizeof(uint8_t)); // Skip the "reserved" byte. in ParseExtendedReports()
343 in.remove_prefix(block_data_size); in ParseExtendedReports()
Dsender_report_parser.cc35 buffer.remove_prefix(kRtcpCommonHeaderSize); in Parse()
40 buffer.remove_prefix(header->payload_size); in Parse()
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc1339 s->remove_prefix(1); // digit in ParseInteger()
1358 s.remove_prefix(1); // '{' in MaybeParseRepetition()
1364 s.remove_prefix(1); // ',' in MaybeParseRepetition()
1381 s.remove_prefix(1); // '}' in MaybeParseRepetition()
1405 sp->remove_prefix(n); in StringPieceToRune()
1464 s->remove_prefix(1); // backslash in ParseEscape()
1497 s->remove_prefix(1); // digit in ParseEscape()
1502 s->remove_prefix(1); // digit in ParseEscape()
1718 s->remove_prefix(name.size()); in MaybeParsePerlCCEscape()
1748 s->remove_prefix(2); // '\\', 'p' in ParseUnicodeGroup()
[all …]
/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/llvm-project/llvm/utils/
Dupdate_test_prefix.py8 def remove_prefix(i, d=0): function
40 return remove_prefix(i, d+1)
46 t = { e.submit(remove_prefix, i): i for i in sys.argv[1:] }
/external/tensorflow/tensorflow/core/platform/
Dscanner.cc32 cur_.remove_prefix(1); in ScanUntilImpl()
39 cur_.remove_prefix(1); in ScanUntilImpl()
Dnumbers.cc227 while (isspace(SafeFirstChar(*str))) str->remove_prefix(1); in SkipSpaces()
252 str.remove_prefix(1); in safe_strto64()
261 str.remove_prefix(1); in safe_strto64()
283 str.remove_prefix(1); in safe_strtou64()
312 str.remove_prefix(1); in safe_strto32()
333 str.remove_prefix(1); in safe_strtou32()
Dscanner.h74 cur_.remove_prefix(1); in One()
99 cur_.remove_prefix(1); in Any()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/
Dstrip.h47 str->remove_prefix(expected.size()); in ConsumePrefix()
73 if (absl::StartsWith(str, prefix)) str.remove_prefix(prefix.size()); in StripPrefix()
/external/abseil-cpp/absl/strings/
Dstrip.h47 str->remove_prefix(expected.size()); in ConsumePrefix()
73 if (absl::StartsWith(str, prefix)) str.remove_prefix(prefix.size()); in StripPrefix()
/external/openscreen/third_party/abseil/src/absl/strings/
Dstrip.h47 str->remove_prefix(expected.size()); in ConsumePrefix()
73 if (absl::StartsWith(str, prefix)) str.remove_prefix(prefix.size()); in StripPrefix()
/external/angle/third_party/abseil-cpp/absl/strings/
Dstrip.h47 str->remove_prefix(expected.size()); in ConsumePrefix()
73 if (absl::StartsWith(str, prefix)) str.remove_prefix(prefix.size()); in StripPrefix()
/external/webrtc/third_party/abseil-cpp/absl/strings/
Dstrip.h47 str->remove_prefix(expected.size()); in ConsumePrefix()
73 if (absl::StartsWith(str, prefix)) str.remove_prefix(prefix.size()); in StripPrefix()
/external/libtextclassifier/abseil-cpp/absl/strings/
Dstrip.h47 str->remove_prefix(expected.size()); in ConsumePrefix()
73 if (absl::StartsWith(str, prefix)) str.remove_prefix(prefix.size()); in StripPrefix()
/external/rust/crates/protobuf-codegen/src/
Dprotobuf_name.rs304 pub fn remove_prefix(&self, prefix: &ProtobufAbsolutePath) -> Option<ProtobufRelativePath> { in remove_prefix() method
356 .remove_prefix(&ProtobufAbsolutePath::new(".foo".to_owned())) in absolute_path_remove_prefix()
361 .remove_prefix(&ProtobufAbsolutePath::new(".foo".to_owned())) in absolute_path_remove_prefix()
366 .remove_prefix(&ProtobufAbsolutePath::new(".foo.bar".to_owned())) in absolute_path_remove_prefix()
371 .remove_prefix(&ProtobufAbsolutePath::new(".foo.bar".to_owned())) in absolute_path_remove_prefix()
/external/angle/third_party/abseil-cpp/
Dabsl_hardening_test.cc31 EXPECT_DEATH_IF_SUPPORTED(view.remove_prefix(10), ""); in TEST()
65 EXPECT_DEATH_IF_SUPPORTED(span.remove_prefix(10), ""); in TEST()
/external/libchrome/base/test/
Dfuzzed_data_provider.cc67 remaining_data_.remove_prefix(1); in ConsumeRandomLengthString()
70 remaining_data_.remove_prefix(1); in ConsumeRandomLengthString()
/external/oss-fuzz/infra/
Dutils.py161 return url_join(GCS_BASE_URL, remove_prefix(url, 'gs://'))
164 def remove_prefix(string, prefix): function
/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()

1234567