Home
last modified time | relevance | path

Searched defs:ReadUInt64 (Results 1 – 9 of 9) 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/flutter/skia/third_party/externals/icu/source/i18n/
Ddouble-conversion-bignum.cpp103 static uint64_t ReadUInt64(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/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/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
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h151 inline uint64_t ReadUInt64(const uint8_t *data, uint8_t byte_width) { in ReadUInt64() function