Home
last modified time | relevance | path

Searched defs:toObject (Results 1 – 10 of 10) sorted by relevance

/third_party/grpc/examples/node/static_codegen/route_guide/
Droute_guide_pb.js48 proto.routeguide.Point.prototype.toObject = function(opt_includeInstance) { method in proto.routeguide.Point
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
247 proto.routeguide.Rectangle.toObject = function(includeInstance, msg) { function in proto.routeguide.Rectangle
436 proto.routeguide.Feature.prototype.toObject = function(opt_includeInstance) { method in proto.routeguide.Feature
449 proto.routeguide.Feature.toObject = function(includeInstance, msg) { function in proto.routeguide.Feature
630 proto.routeguide.RouteNote.prototype.toObject = function(opt_includeInstance) { method in proto.routeguide.RouteNote
643 proto.routeguide.RouteNote.toObject = function(includeInstance, msg) { function in proto.routeguide.RouteNote
824 proto.routeguide.RouteSummary.prototype.toObject = function(opt_includeInstance) { method in proto.routeguide.RouteSummary
837 proto.routeguide.RouteSummary.toObject = function(includeInstance, msg) { function in proto.routeguide.RouteSummary
/third_party/grpc/examples/node/static_codegen/
Dhelloworld_pb.js45 proto.helloworld.HelloRequest.prototype.toObject = function(opt_includeInstance) { method in proto.helloworld.HelloRequest
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
217 proto.helloworld.HelloReply.toObject = function(includeInstance, msg) { function in proto.helloworld.HelloReply
/third_party/flatbuffers/ts/
Dflexbuffers.ts10 export function toObject(buffer: Uint8Array): unknown { function
/third_party/node/deps/npm/node_modules/object-assign/
Dindex.js13 function toObject(val) { function
/third_party/flatbuffers/ts/flexbuffers/
Dreference.ts157 toObject(): unknown { method in Reference
/third_party/protobuf/js/
Dmap.js143 jspb.Map.prototype.toObject = function(includeInstance, valueToObject) { method in jspb.Map
/third_party/node/deps/npm/node_modules/http-cache-semantics/node4/
Dindex.js416 CachePolicy.prototype.toObject = function toObject() { method in CachePolicy
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_range.cpp830 void NumberRangeFormatterTest::toObject() { in toObject() function in NumberRangeFormatterTest
Dnumbertest_api.cpp5266 void NumberFormatterApiTest::toObject() { in toObject() function in NumberFormatterApiTest
/third_party/typescript/tests/cases/compiler/
DcomplexRecursiveCollections.ts452 toObject(): { [key: string]: V }; method