Searched defs:ReadInt (Results 1 – 7 of 7) sorted by relevance
31 bool ReadInt(int* value) { in ReadInt() function
43 template<typename T> T ReadInt(const base::StringPiece& data, size_t offset) { in ReadInt() function
145 bool ReadInt(PickleIterator* iter, in ReadInt() function
72 bool PickleIterator::ReadInt(int* result) { in ReadInt() function in PickleIterator
26 bool ReadInt(JSONReader::Token& token, bool can_have_leading_zeros) { in ReadInt() function
110 bool Pickle::ReadInt(void** iter, int* result) const { in ReadInt() function in Pickle
882 bool JSONParser::ReadInt(bool allow_leading_zeros) { in ReadInt() function in base::internal::JSONParser