Home
last modified time | relevance | path

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

/external/flatbuffers/ts/
Dbyte-buffer.ts122 writeUint32(offset: number, value: number): void { method in ByteBuffer
/external/cronet/third_party/protobuf/js/binary/
Dencoder.js284 jspb.BinaryEncoder.prototype.writeUint32 = function(value) { method in jspb.BinaryEncoder
Dwriter.js528 jspb.BinaryWriter.prototype.writeUint32 = function(field, value) { method in jspb.BinaryWriter
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php310 public static function writeUint32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php310 public static function writeUint32(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp97 static int writeUint32(raw_ostream &OS, uint32_t Value) { in writeUint32() function
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js333 writeUint32(fieldNumber, value) { method in Writer
/external/libchrome/mojo/public/js/lib/
Dcodec.js265 Encoder.prototype.writeUint32 = function(val) { method in Encoder