Home
last modified time | relevance | path

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

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs157 public long ReadInt64() => (long)ParsingPrimitives.ParseRawVarint64(ref buffer, ref state); in ReadInt64() method
DCodedInputStream.cs355 public long ReadInt64() in ReadInt64() method in Google.Protobuf.CodedInputStream
/third_party/gn/src/base/win/
Dregistry.cc258 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.py64 ReadInt64 = ReadVarint variable in _MiniDecoder
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h149 inline int64_t ReadInt64(const uint8_t *data, uint8_t byte_width) { in ReadInt64() function