Searched defs:ReadInt64 (Results 1 – 4 of 4) sorted by relevance
/third_party/protobuf/csharp/src/Google.Protobuf/ | ||
D | ParseContext.cs | 176 public long ReadInt64() in ReadInt64() method |
D | CodedInputStream.cs | 381 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream |
/third_party/gn/src/base/win/ | ||
D | registry.cc | 259 LONG RegKey::ReadInt64(const char16_t* name, int64_t* out_value) const { in ReadInt64() function in base::win::RegKey |
/third_party/protobuf/python/google/protobuf/internal/ | ||
D | reflection_test.py | 96 ReadInt64 = ReadVarint variable in _MiniDecoder |