Searched defs:ReadInt64 (Results 1 – 5 of 5) sorted by relevance
157 public long ReadInt64() => (long)ParsingPrimitives.ParseRawVarint64(ref buffer, ref state); in ReadInt64() method
355 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream
258 LONG RegKey::ReadInt64(const char16_t* name, int64_t* out_value) const { in ReadInt64() function in base::win::RegKey
64 ReadInt64 = ReadVarint variable in _MiniDecoder
149 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) { in ReadInt64() function