Home
last modified time | relevance | path

Searched defs:ReadInt64 (Results 1 – 4 of 4) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs176 public long ReadInt64() in ReadInt64() method
DCodedInputStream.cs381 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream
/third_party/gn/src/base/win/
Dregistry.cc259 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/
Dreflection_test.py96 ReadInt64 = ReadVarint variable in _MiniDecoder