Home
last modified time | relevance | path

Searched defs:writeSfixed64 (Results 1 – 3 of 3) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
DGPBWire.php347 public static function writeSfixed64(&$output, $value) function in Google\\Protobuf\\Internal\\GPBWire
/third_party/protobuf/js/experimental/runtime/kernel/
Dwriter.js298 writeSfixed64(fieldNumber, value) { method in Writer
/third_party/protobuf/js/binary/
Dwriter.js693 jspb.BinaryWriter.prototype.writeSfixed64 = function(field, value) { method in jspb.BinaryWriter