Home
last modified time | relevance | path

Searched refs:toObject (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js48 proto.routeguide.Point.prototype.toObject = function(opt_includeInstance) { method in proto.routeguide.Point
49 return proto.routeguide.Point.toObject(opt_includeInstance, this);
61 proto.routeguide.Point.toObject = function(includeInstance, msg) { function in proto.routeguide.Point
234 proto.routeguide.Rectangle.prototype.toObject = function(opt_includeInstance) { method in proto.routeguide.Rectangle
235 return proto.routeguide.Rectangle.toObject(opt_includeInstance, this);
247 proto.routeguide.Rectangle.toObject = function(includeInstance, msg) { function in proto.routeguide.Rectangle
249 lo: (f = msg.getLo()) && proto.routeguide.Point.toObject(includeInstance, f),
250 hi: (f = msg.getHi()) && proto.routeguide.Point.toObject(includeInstance, f)
436 proto.routeguide.Feature.prototype.toObject = function(opt_includeInstance) { method in proto.routeguide.Feature
437 return proto.routeguide.Feature.toObject(opt_includeInstance, this);
[all …]
/external/grpc-grpc/examples/node/static_codegen/
Dhelloworld_pb.js45 proto.helloworld.HelloRequest.prototype.toObject = function(opt_includeInstance) { method in proto.helloworld.HelloRequest
46 return proto.helloworld.HelloRequest.toObject(opt_includeInstance, this);
58 proto.helloworld.HelloRequest.toObject = function(includeInstance, msg) { function in proto.helloworld.HelloRequest
204 proto.helloworld.HelloReply.prototype.toObject = function(opt_includeInstance) { method in proto.helloworld.HelloReply
205 return proto.helloworld.HelloReply.toObject(opt_includeInstance, this);
217 proto.helloworld.HelloReply.toObject = function(includeInstance, msg) { function in proto.helloworld.HelloReply
/external/protobuf/js/commonjs/
Dimport_test.js50 assertObjectEquals(framing1.toObject(), framing2.toObject());
/external/protobuf/js/
Dmessage_test.js86 assertObjectEquals({}, empty1.toObject());
107 var result = foo.toObject();
119 result = foo.toObject(true /* opt_includeInstance */);
144 var result = foo.toObject();
171 var result = special.toObject();
193 assertObjectEquals(expectedObject, response.toObject());
431 proto.jspb.test.Simple1.prototype.toObject);
604 }, extendable.toObject());
635 }, extendable.toObject(true /* opt_includeInstance */));
673 var obj = data.toObject();
[all …]
/external/v8/
DChangeLog41969 Convert argument toObject() in Object.getOwnPropertyNames/Descriptors