Home
last modified time | relevance | path

Searched refs:ReadLong (Results 1 – 2 of 2) sorted by relevance

/external/chromium/base/
Dpickle.h70 bool ReadLong(void** iter, long* result) const;
Dpickle.cc127 bool Pickle::ReadLong(void** iter, long* result) const { in ReadLong() function in Pickle