Searched defs:ReadLong (Results 1 – 2 of 2) sorted by relevance
127 bool Pickle::ReadLong(void** iter, long* result) const { in ReadLong() function in Pickle
463 static uintptr_t ReadLong(char* buffer, intptr_t* position, int base) { in ReadLong() function