Home
last modified time | relevance | path

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

/third_party/flatbuffers/ts/
Dbyte-buffer.ts82 readUint64(offset: number): Long { method in ByteBuffer
/third_party/protobuf/js/binary/
Ddecoder.js684 jspb.BinaryDecoder.prototype.readUint64 = function() { method in jspb.BinaryDecoder
Dreader.js695 jspb.BinaryReader.prototype.readUint64 = function() { method in jspb.BinaryReader
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php185 public static function readUint64(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire