Home
last modified time | relevance | path

Searched defs:writeUint64 (Results 1 – 5 of 5) sorted by relevance

/third_party/flatbuffers/ts/
Dbyte-buffer.ts134 writeUint64(offset: number, value: Long): void { method in ByteBuffer
/third_party/protobuf/js/binary/
Dencoder.js300 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
Dwriter.js556 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php315 public static function writeUint64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp90 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function