Searched defs:ReadInt (Results 1 – 6 of 6) sorted by relevance
| /external/libbrillo/brillo/timezone/ | ||
| D | tzif_parser.cc | 33 bool ReadInt(base::File* file, int32_t* out_int) { in ReadInt() function |
| /external/fmtlib/test/ | ||
| D | scan-test.cc | 24 TEST(ScanTest, ReadInt) { in TEST() argument |
| /external/protobuf/csharp/src/Google.Protobuf/ | ||
| D | JsonTokenizer.cs | 484 private char? ReadInt(StringBuilder builder) in ReadInt() method in Google.Protobuf.JsonTokenizer.JsonTextTokenizer |
| /external/libchrome/base/json/ | ||
| D | json_parser.cc | 692 bool JSONParser::ReadInt(bool allow_leading_zeros) { in ReadInt() function in base::internal::JSONParser |
| /external/libchrome/base/ | ||
| D | pickle.cc | 88 bool PickleIterator::ReadInt(int* result) { in ReadInt() function in base::PickleIterator |
| /external/vixl/src/aarch64/ | ||
| D | simulator-aarch64.h | 215 int64_t ReadInt(int size_in_bytes, A address) const { in ReadInt() function |