Home
last modified time | relevance | path

Searched defs:ReadUInt64 (Results 1 – 10 of 10) sorted by relevance

/third_party/protobuf/csharp/src/Google.Protobuf/
DParseContext.cs167 public ulong ReadUInt64() in ReadUInt64() method
DCodedInputStream.cs373 public ulong ReadUInt64() in ReadUInt64() method in Google.Protobuf.CodedInputStream
/third_party/lzma/CPP/7zip/Archive/7z/
D7zIn.h385 UInt64 ReadUInt64() { return _inByteBack->ReadUInt64(); } in ReadUInt64() function
D7zIn.cpp261 UInt64 CInByte2::ReadUInt64() in ReadUInt64() function in NArchive::N7z::CInByte2
/third_party/node/deps/v8/src/base/numbers/
Dbignum.cc63 static uint64_t ReadUInt64(Vector<const char> buffer, int from, in ReadUInt64() function
/third_party/node/deps/icu-small/source/i18n/
Ddouble-conversion-bignum.cpp98 static uint64_t ReadUInt64(const Vector<const char> buffer, in ReadUInt64() function
/third_party/icu/icu4c/source/i18n/
Ddouble-conversion-bignum.cpp98 static uint64_t ReadUInt64(const Vector<const char> buffer, in ReadUInt64() function
/third_party/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp98 static uint64_t ReadUInt64(const Vector<const char> buffer, in ReadUInt64() function
/third_party/icu/vendor/double-conversion/upstream/double-conversion/
Dbignum.cc84 static uint64_t ReadUInt64(const Vector<const char> buffer, in ReadUInt64() function
/third_party/protobuf/python/google/protobuf/internal/
Dreflection_test.py98 ReadUInt64 = ReadVarint variable in _MiniDecoder