Searched refs:ReadLong (Results 1 – 2 of 2) sorted by relevance
/external/chromium/base/ | ||
D | pickle.h | 70 bool ReadLong(void** iter, long* result) const; |
D | pickle.cc | 127 bool Pickle::ReadLong(void** iter, long* result) const { in ReadLong() function in Pickle |