Searched refs:opt_includeInstance (Results 1 – 3 of 3) sorted by relevance
/external/grpc-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);
|
/external/grpc-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);
|
/external/protobuf/js/ |
D | message.js | 431 jspb.Message.toObjectList = function(field, toObjectFn, opt_includeInstance) { argument 436 result[i] = toObjectFn.call(field[i], opt_includeInstance, 455 getExtensionFn, opt_includeInstance) { argument 471 fieldInfo.toObjectFn, opt_includeInstance); 473 obj[name] = fieldInfo.toObjectFn(opt_includeInstance, value); 944 field, mapKeyGetterFn, opt_toObjectFn, opt_includeInstance) { argument 948 opt_toObjectFn.call(field[i], opt_includeInstance,
|