Searched defs:readUint32 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/js/binary/ | ||
D | decoder.js | 783 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder |
D | reader.js | 665 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader |
/external/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | GPBWire.php | 180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire |
/external/flatbuffers/js/ | ||
D | flatbuffers.js | 949 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { method in flatbuffers.ByteBuffer |
/external/libchrome/mojo/public/js/lib/ | ||
D | codec.js | 87 Decoder.prototype.readUint32 = function() { method in Decoder |
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ | ||
D | WasmObjectFile.cpp | 77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function |