Searched refs:opt_includeInstance (Results 1 – 3 of 3) sorted by relevance
/third_party/grpc/examples/node/static_codegen/route_guide/ |
D | route_guide_pb.js | 48 proto.routeguide.Point.prototype.toObject = function(opt_includeInstance) { argument 49 return proto.routeguide.Point.toObject(opt_includeInstance, this); 234 proto.routeguide.Rectangle.prototype.toObject = function(opt_includeInstance) { argument 235 return proto.routeguide.Rectangle.toObject(opt_includeInstance, this); 436 proto.routeguide.Feature.prototype.toObject = function(opt_includeInstance) { argument 437 return proto.routeguide.Feature.toObject(opt_includeInstance, this); 630 proto.routeguide.RouteNote.prototype.toObject = function(opt_includeInstance) { argument 631 return proto.routeguide.RouteNote.toObject(opt_includeInstance, this); 824 proto.routeguide.RouteSummary.prototype.toObject = function(opt_includeInstance) { argument 825 return proto.routeguide.RouteSummary.toObject(opt_includeInstance, this);
|
/third_party/grpc/examples/node/static_codegen/ |
D | helloworld_pb.js | 45 proto.helloworld.HelloRequest.prototype.toObject = function(opt_includeInstance) { argument 46 return proto.helloworld.HelloRequest.toObject(opt_includeInstance, this); 204 proto.helloworld.HelloReply.prototype.toObject = function(opt_includeInstance) { argument 205 return proto.helloworld.HelloReply.toObject(opt_includeInstance, this);
|
/third_party/protobuf/js/ |
D | message.js | 517 jspb.Message.toObjectList = function(field, toObjectFn, opt_includeInstance) { argument 522 result[i] = toObjectFn.call(field[i], opt_includeInstance, field[i]); 540 getExtensionFn, opt_includeInstance) { argument 556 fieldInfo.toObjectFn, opt_includeInstance); 559 opt_includeInstance, /** @type {!jspb.Message} */ (value)); 1410 field, mapKeyGetterFn, opt_toObjectFn, opt_includeInstance) { argument 1414 opt_toObjectFn.call(field[i], opt_includeInstance,
|