Home
last modified time | relevance | path

Searched defs:writeUint32 (Results 1 – 3 of 3) sorted by relevance

/external/protobuf/js/binary/
Dencoder.js240 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder
Dwriter.js499 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter
/external/libmojo/mojo/public/js/
Dcodec.js259 Encoder.prototype.writeUint32 = function(val) { method in Encoder