Searched refs:includeInstance (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
D | route_guide_pb.js | 61 proto.routeguide.Point.toObject = function(includeInstance, msg) { argument 67 if (includeInstance) { 247 proto.routeguide.Rectangle.toObject = function(includeInstance, msg) { argument 249 lo: (f = msg.getLo()) && proto.routeguide.Point.toObject(includeInstance, f), 250 hi: (f = msg.getHi()) && proto.routeguide.Point.toObject(includeInstance, f) 253 if (includeInstance) { 449 proto.routeguide.Feature.toObject = function(includeInstance, msg) { argument 452 location: (f = msg.getLocation()) && proto.routeguide.Point.toObject(includeInstance, f) 455 if (includeInstance) { 643 proto.routeguide.RouteNote.toObject = function(includeInstance, msg) { argument [all …]
|
/external/grpc-grpc/examples/node/static_codegen/ |
D | helloworld_pb.js | 58 proto.helloworld.HelloRequest.toObject = function(includeInstance, msg) { argument 63 if (includeInstance) { 217 proto.helloworld.HelloReply.toObject = function(includeInstance, msg) { argument 222 if (includeInstance) {
|
/external/protobuf/js/ |
D | map.js | 143 jspb.Map.prototype.toObject = function(includeInstance, valueToObject) { argument 152 entries.push([entry.key, valueToObject(includeInstance, valueWrapper)]);
|