/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/tensorflow/tensorflow/core/lib/gtl/ |
D | array_slice.h | 188 void remove_prefix(size_type n) { impl_.remove_prefix(n); } in remove_prefix() function 191 void pop_front() { remove_prefix(1); } in pop_front() 287 void remove_prefix(size_type n) { impl_.remove_prefix(n); } in remove_prefix() function 290 void pop_front() { remove_prefix(1); } in pop_front()
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | json_stream_parser.cc | 362 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/ |
D | scanner.cc | 32 cur_.remove_prefix(1); in ScanUntilImpl() 39 cur_.remove_prefix(1); in ScanUntilImpl()
|
D | numbers.cc | 190 while (isspace(SafeFirstChar(*str))) str->remove_prefix(1); in SkipSpaces() 215 str.remove_prefix(1); in safe_strto64() 224 str.remove_prefix(1); in safe_strto64() 246 str.remove_prefix(1); in safe_strtou64() 275 str.remove_prefix(1); in safe_strto32() 296 str.remove_prefix(1); in safe_strtou32()
|
D | str_util.cc | 355 text->remove_prefix(count); in RemoveLeadingWhitespace() 377 s->remove_prefix(expected.size()); in ConsumePrefix() 408 s->remove_prefix(p - s->data()); in ConsumeLeadingDigits() 427 s->remove_prefix(n); in ConsumeNonWhitespace()
|
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()
|
D | scanner.h | 71 cur_.remove_prefix(1); in One() 96 cur_.remove_prefix(1); in Any()
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_type_name_deduplicator.cc | 39 result.remove_prefix(sizeof(TRACE_DISABLED_BY_DEFAULT("")) - 1); in ExtractCategoryFromTypeName() 50 result.remove_prefix(kParentDirectoryLength); in ExtractCategoryFromTypeName()
|
/external/tensorflow/tensorflow/core/platform/ |
D | tensor_coding.cc | 59 reader.remove_prefix(size); in DecodeStringList() 98 reader.remove_prefix(sizes[i]); in DecodeResourceHandleList()
|
D | variant_coding.cc | 65 reader.remove_prefix(sizes[i]); in DecodeVariantList()
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | stringpiece.h | 80 void remove_prefix(size_t n) { in remove_prefix() function 100 remove_prefix(x.size_); in Consume()
|
/external/icu/icu4c/source/test/intltest/ |
D | strtest.cpp | 292 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/ |
D | pcrecpp.h | 586 input->remove_prefix(consumed); in Consume() 600 input->remove_prefix(consumed); in FindAndConsume()
|
D | pcre_stringpiece.h | 105 void remove_prefix(int n) { in remove_prefix() function
|
/external/tensorflow/tensorflow/core/util/ |
D | semver_test.cc | 43 s->remove_prefix(i); in ConsumeDotSeparatedIdentifiers()
|
D | device_name_utils.cc | 54 in->remove_prefix(i); in ConsumeJobName() 72 in->remove_prefix(i); in ConsumeDeviceType()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_gen_lib.cc | 51 str.remove_prefix(space + 1); in WordWrap() 90 orig->remove_prefix(pos + 1); in SplitAt() 183 line.remove_prefix(colon + 1); in FindMultiline()
|
D | rendezvous.cc | 75 s->remove_prefix(offset + 1); // +1: remove delim, as well in ConsumeNextPart() 81 s->remove_prefix(s->size()); in ConsumeNextPart()
|
/external/icu/icu4c/source/common/unicode/ |
D | stringpiece.h | 157 void remove_prefix(int32_t n) { in remove_prefix() function
|
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel.cc | 100 stubless_name.remove_prefix(strlen(kStubPrefix)); in set_name()
|
/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()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | remote_device.cc | 39 fullname.remove_prefix(pos + 1); in GetLocalDeviceName()
|