Home
last modified time | relevance | path

Searched defs:readUint32 (Results 1 – 6 of 6) sorted by relevance

/external/protobuf/js/binary/
Ddecoder.js783 jspb.BinaryDecoder.prototype.readUint32 = function() { method in jspb.BinaryDecoder
Dreader.js665 jspb.BinaryReader.prototype.readUint32 = function() { method in jspb.BinaryReader
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php180 public static function readUint32(&$input, &$value) function in Google\\Protobuf\\Internal\\GPBWire
/external/flatbuffers/js/
Dflatbuffers.js949 flatbuffers.ByteBuffer.prototype.readUint32 = function(offset) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js87 Decoder.prototype.readUint32 = function() { method in Decoder
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DWasmObjectFile.cpp77 static uint32_t readUint32(WasmObjectFile::ReadContext &Ctx) { in readUint32() function