Home
last modified time | relevance | path

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

/external/protobuf/js/binary/
Dencoder.js286 jspb.BinaryEncoder.prototype.writeUint64 = function(value) { method in jspb.BinaryEncoder
Dwriter.js544 jspb.BinaryWriter.prototype.writeUint64 = function(field, value) { method in jspb.BinaryWriter
/external/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php315 public static function writeUint64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmEmitter.cpp90 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
/external/llvm-project/llvm/lib/ObjectYAML/
DWasmEmitter.cpp91 static int writeUint64(raw_ostream &OS, uint64_t Value) { in writeUint64() function
/external/flatbuffers/js/
Dflatbuffers.js1057 flatbuffers.ByteBuffer.prototype.writeUint64 = function(offset, value) { method in flatbuffers.ByteBuffer
/external/libchrome/mojo/public/js/lib/
Dcodec.js278 Encoder.prototype.writeUint64 = function(val) { method in Encoder