Searched defs:writeUint32 (Results 1 – 6 of 6) sorted by relevance
/external/protobuf/js/binary/ | ||
D | encoder.js | 270 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder |
D | writer.js | 515 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter |
/external/protobuf/php/src/Google/Protobuf/Internal/ | ||
D | GPBWire.php | 310 public static function writeUint32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire |
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ | ||
D | yaml2wasm.cpp | 61 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function |
/external/flatbuffers/js/ | ||
D | flatbuffers.js | 1016 flatbuffers.ByteBuffer.prototype.writeUint32 = function(offset, value) { method in flatbuffers.ByteBuffer |
/external/libchrome/mojo/public/js/lib/ | ||
D | codec.js | 265 Encoder.prototype.writeUint32 = function(val) { method in Encoder |