Home
last modified time | relevance | path

Searched refs:toObject (Results 1 – 14 of 14) 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/protobuf/js/commonjs/
Dstrict_test.js49 assertObjectEquals(simple1.toObject(), simple2.toObject());
60 assertObjectEquals(simple1.toObject(), simple2.toObject());
Dimport_test.js50 assertObjectEquals(framing1.toObject(), framing2.toObject());
/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/compatibility_tests/v3.0.0/commonjs/
Dimport_test.js50 assertObjectEquals(framing1.toObject(), framing2.toObject());
/external/protobuf/js/compatibility_tests/v3.1.0/
Dmessage_test.js88 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/
Dmessage_test.js88 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/
Dmessage_test.js136 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 …]
Dmap.js143 jspb.Map.prototype.toObject = function(includeInstance, valueToObject) { method in jspb.Map
/external/icu/icu4c/source/test/intltest/
Dnumbertest.h84 void toObject();
254 void toObject();
Dnumbertest_range.cpp53 TESTCASE_AUTO(toObject); in runIndexedTest()
827 void NumberRangeFormatterTest::toObject() { in toObject() function in NumberRangeFormatterTest
Dnumbertest_api.cpp106 TESTCASE_AUTO(toObject); in runIndexedTest()
2980 void NumberFormatterApiTest::toObject() { in toObject() function in NumberFormatterApiTest
/external/protobuf/
DCHANGES.txt108 * Simplify generated toObject code when the default value is used.
/external/v8/
DChangeLog41969 Convert argument toObject() in Object.getOwnPropertyNames/Descriptors