/external/grpc-grpc/examples/node/static_codegen/route_guide/ |
D | route_guide_pb.js | 48 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/protobuf/js/commonjs/ |
D | strict_test.js | 49 assertObjectEquals(simple1.toObject(), simple2.toObject()); 60 assertObjectEquals(simple1.toObject(), simple2.toObject());
|
D | import_test.js | 50 assertObjectEquals(framing1.toObject(), framing2.toObject());
|
/external/grpc-grpc/examples/node/static_codegen/ |
D | helloworld_pb.js | 45 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/compatibility_tests/v3.0.0/commonjs/ |
D | import_test.js | 50 assertObjectEquals(framing1.toObject(), framing2.toObject());
|
/external/protobuf/js/compatibility_tests/v3.1.0/ |
D | message_test.js | 88 assertObjectEquals({}, empty1.toObject()); 109 var result = foo.toObject(); 121 result = foo.toObject(true /* opt_includeInstance */); 146 var result = foo.toObject(); 173 var result = special.toObject(); 195 assertObjectEquals(expectedObject, response.toObject()); 412 proto.jspb.test.Simple1.prototype.toObject); 610 }, extendable.toObject()); 641 }, extendable.toObject(true /* opt_includeInstance */)); 675 var obj = data.toObject(); [all …]
|
/external/protobuf/js/compatibility_tests/v3.0.0/ |
D | message_test.js | 88 assertObjectEquals({}, empty1.toObject()); 109 var result = foo.toObject(); 121 result = foo.toObject(true /* opt_includeInstance */); 146 var result = foo.toObject(); 173 var result = special.toObject(); 195 assertObjectEquals(expectedObject, response.toObject()); 456 proto.jspb.test.Simple1.prototype.toObject); 654 }, extendable.toObject()); 685 }, extendable.toObject(true /* opt_includeInstance */)); 723 var obj = data.toObject(); [all …]
|
/external/protobuf/js/ |
D | message_test.js | 136 assertObjectEquals({}, empty1.toObject()); 157 var result = foo.toObject(); 170 result = foo.toObject(true /* opt_includeInstance */); 198 var result = foo.toObject(); 225 var result = special.toObject(); 249 assertObjectEquals(expectedObject, response.toObject()); 444 proto.jspb.test.Simple1.prototype.toObject); 680 extendable.toObject()); 718 extendable.toObject(true /* opt_includeInstance */)); 753 var obj = data.toObject(); [all …]
|
D | map.js | 143 jspb.Map.prototype.toObject = function(includeInstance, valueToObject) { method in jspb.Map
|
/external/icu/icu4c/source/test/intltest/ |
D | numbertest.h | 84 void toObject(); 254 void toObject();
|
D | numbertest_range.cpp | 53 TESTCASE_AUTO(toObject); in runIndexedTest() 827 void NumberRangeFormatterTest::toObject() { in toObject() function in NumberRangeFormatterTest
|
D | numbertest_api.cpp | 106 TESTCASE_AUTO(toObject); in runIndexedTest() 2980 void NumberFormatterApiTest::toObject() { in toObject() function in NumberFormatterApiTest
|
/external/protobuf/ |
D | CHANGES.txt | 108 * Simplify generated toObject code when the default value is used.
|
/external/v8/ |
D | ChangeLog | 41969 Convert argument toObject() in Object.getOwnPropertyNames/Descriptors
|