Searched defs:readUint64 (Results 1 – 6 of 6) sorted by relevance
| /external/flatbuffers/ts/ | ||
| D | byte-buffer.ts | 82     readUint64(offset: number): bigint {  method in ByteBuffer | 
| /external/cronet/third_party/protobuf/js/binary/ | ||
| D | decoder.js | 685 jspb.BinaryDecoder.prototype.readUint64 = function() {  method in jspb.BinaryDecoder | 
| D | reader.js | 705 jspb.BinaryReader.prototype.readUint64 = function() {  method in jspb.BinaryReader | 
| /external/protobuf/php/src/Google/Protobuf/Internal/ | ||
| D | GPBWire.php | 185     public static function readUint64(&$input, &$value)  function in Google\\Protobuf\\Internal\\GPBWire | 
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ | ||
| D | GPBWire.php | 185     public static function readUint64(&$input, &$value)  function in Google\\Protobuf\\Internal\\GPBWire | 
| /external/libchrome/mojo/public/js/lib/ | ||
| D | codec.js | 99   Decoder.prototype.readUint64 = function() {  method in Decoder |