Home
last modified time | relevance | path

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

/external/chromium/base/
Dpickle.cc127 bool Pickle::ReadLong(void** iter, long* result) const { in ReadLong() function in Pickle
/external/v8/test/cctest/
Dtest-mark-compact.cc463 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) { in ReadLong() function