Searched defs:ReadLength (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dpickle.cc220 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 { function in class:Pickle
/external/chromium/crypto/
H A Drsa_private_key.cc325 bool PrivateKeyInfoCodec::ReadLength(uint8** pos, uint8* end, uint32* result) { function in class:crypto::PrivateKeyInfoCodec
361 return ReadLength(pos, end, length);

Completed in 153 milliseconds