Home
last modified time | relevance | path

Searched refs:serializeBinaryToWriter (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js124 proto.routeguide.Point.serializeBinaryToWriter = function(message, writer) { function in proto.routeguide.Point
125 message.serializeBinaryToWriter(writer);
135 this.serializeBinaryToWriter(writer);
145 proto.routeguide.Point.prototype.serializeBinaryToWriter = function (writer) { method in proto.routeguide.Point
312 proto.routeguide.Rectangle.serializeBinaryToWriter = function(message, writer) { function in proto.routeguide.Rectangle
313 message.serializeBinaryToWriter(writer);
323 this.serializeBinaryToWriter(writer);
333 proto.routeguide.Rectangle.prototype.serializeBinaryToWriter = function (writer) { method in proto.routeguide.Rectangle
340 proto.routeguide.Point.serializeBinaryToWriter
348 proto.routeguide.Point.serializeBinaryToWriter
[all …]
/external/grpc-grpc/examples/node/static_codegen/
Dhelloworld_pb.js116 proto.helloworld.HelloRequest.serializeBinaryToWriter = function(message, writer) { function in proto.helloworld.HelloRequest
117 message.serializeBinaryToWriter(writer);
127 this.serializeBinaryToWriter(writer);
137 proto.helloworld.HelloRequest.prototype.serializeBinaryToWriter = function (writer) { method in proto.helloworld.HelloRequest
275 proto.helloworld.HelloReply.serializeBinaryToWriter = function(message, writer) { function in proto.helloworld.HelloReply
276 message.serializeBinaryToWriter(writer);
286 this.serializeBinaryToWriter(writer);
296 proto.helloworld.HelloReply.prototype.serializeBinaryToWriter = function (writer) { method in proto.helloworld.HelloReply
/external/protobuf/js/binary/
Dproto_test.js640 proto.jspb.test.TestExtendable.serializeBinaryToWriter(msg, writer);