Searched defs:writeUint32 (Results 1 – 3 of 3) sorted by relevance
| /external/protobuf/js/binary/ | ||
| D | encoder.js | 240 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder |
| D | writer.js | 499 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter |
| /external/libmojo/mojo/public/js/ | ||
| D | codec.js | 259 Encoder.prototype.writeUint32 = function(val) { method in Encoder |