HomeSort by relevance Sort by last modified time
    Searched defs:ReadLength (Results 1 - 4 of 4) sorted by null

  /external/chromium/crypto/
rsa_private_key.cc 325 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) {
361 return ReadLength(pos, end, length);
  /external/chromium_org/crypto/
rsa_private_key.cc 319 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) {
355 return ReadLength(pos, end, length);
  /external/chromium/base/
pickle.cc 220 if (!ReadLength(iter, &len))
236 if (!ReadLength(iter, &len))
255 if (!ReadLength(iter, &len))
274 if (!ReadLength(iter, length))
296 bool Pickle::ReadLength(void** iter, int* result) const {
  /external/chromium_org/base/
pickle.h 46 bool ReadLength(int* result) WARN_UNUSED_RESULT {
191 bool ReadLength(PickleIterator* iter, int* result) const {
192 return iter->ReadLength(result);

Completed in 201 milliseconds