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

/external/chromium/base/json/
H A Djson_reader.cc26 bool ReadInt(JSONReader::Token& token, bool can_have_leading_zeros) { function in namespace:base::__anon1524
362 if (!ReadInt(token, false))
369 if (!ReadInt(token, true))
382 if (!ReadInt(token, true))
/external/chromium/base/
H A Dpickle.cc103 if (!ReadInt(iter, &tmp))
110 bool Pickle::ReadInt(void** iter, int* result) const { function in class:Pickle
297 if (!ReadInt(iter, result))

Completed in 97 milliseconds