HomeSort by relevance Sort by last modified time
    Searched refs:remove_prefix (Results 26 - 50 of 58) sorted by null

12 3

  /external/chromium_org/net/quic/crypto/
crypto_handshake.cc 163 value.remove_prefix(3);
174 value.remove_prefix(size);
cert_compressor.cc 353 in.remove_prefix(1);
370 in.remove_prefix(sizeof(uint64));
396 in.remove_prefix(sizeof(uint64));
398 in.remove_prefix(sizeof(uint32));
579 in.remove_prefix(sizeof(uint32));
626 uncompressed.remove_prefix(sizeof(uint32));
631 uncompressed.remove_prefix(cert_len);
  /external/chromium_org/third_party/leveldatabase/src/db/
log_test.cc 75 contents_.remove_prefix(n);
85 contents_.remove_prefix(n);
log_reader.cc 244 buffer_.remove_prefix(kHeaderSize + length);
  /external/chromium/base/
string_piece.h 85 void remove_prefix(size_type n) { function in class:base::StringPiece
string_piece_unittest.cc 454 // remove_prefix
456 c.remove_prefix(3);
459 c.remove_prefix(0);
461 c.remove_prefix(c.size());
logging.cc 655 filename.remove_prefix(last_slash_pos + 1);
  /external/chromium_org/chrome/test/logging/win/
log_file_printer.cc 66 filename.remove_prefix(last_slash_pos + 1);
  /external/chromium_org/crypto/
openpgp_symmetric_encryption.cc 35 data_.remove_prefix(1);
46 data_.remove_prefix(4);
56 data_.remove_prefix(n);
81 data_.remove_prefix(n);
  /external/chromium_org/third_party/leveldatabase/src/util/
coding.cc 187 input->remove_prefix(len);
  /external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/
string_piece.h 85 void remove_prefix(size_type n) { function in class:i18n::phonenumbers::StringPiece
  /external/chromium_org/third_party/re2/re2/
re2.cc 330 input->remove_prefix(consumed);
341 input->remove_prefix(consumed);
562 subtext.remove_prefix(startpos);
604 subtext.remove_prefix(prefixlen);
    [all...]
  /external/regex-re2/re2/
re2.cc 312 input->remove_prefix(consumed);
323 input->remove_prefix(consumed);
544 subtext.remove_prefix(startpos);
586 subtext.remove_prefix(prefixlen);
    [all...]
  /external/chromium_org/base/strings/
string_piece_unittest.cc 474 // remove_prefix
476 c.remove_prefix(3);
479 c.remove_prefix(0);
481 c.remove_prefix(c.size());
string_piece.h 102 void remove_prefix(size_type n) { function in class:base::internal::StringPieceDetail
  /external/chromium_org/chrome/browser/extensions/api/web_request/
form_data_parser.cc 385 source_.remove_prefix(1); // Remove the trailing '&'.
  /external/chromium_org/net/cert/
ct_objects_extractor_nss.cc 586 issuer_spk.remove_prefix(1);
  /external/chromium/net/tools/flip_server/
balsa_frame.cc 736 value.remove_prefix(1);
766 value.remove_prefix(1);
    [all...]
  /external/chromium_org/chrome/browser/
io_thread.cc     [all...]
  /external/chromium_org/third_party/re2/util/
pcre.cc 275 input->remove_prefix(consumed);
324 input->remove_prefix(consumed);
    [all...]
  /external/regex-re2/util/
pcre.cc 270 input->remove_prefix(consumed);
319 input->remove_prefix(consumed);
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 33 def get_all_fix_names(fixer_pkg, remove_prefix=True):
40 if remove_prefix:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 33 def get_all_fix_names(fixer_pkg, remove_prefix=True):
40 if remove_prefix:
  /external/chromium_org/net/spdy/
spdy_framer.cc     [all...]
  /external/chromium_org/base/
logging.cc 684 filename.remove_prefix(last_slash_pos + 1);

Completed in 1581 milliseconds

12 3