/third_party/grpc/examples/node/static_codegen/route_guide/ |
D | route_guide_grpc_pb.js | 30 return route_guide_pb.Feature.deserializeBinary(new Uint8Array(buffer_arg)); 41 return route_guide_pb.Point.deserializeBinary(new Uint8Array(buffer_arg)); 52 return route_guide_pb.Rectangle.deserializeBinary(new Uint8Array(buffer_arg)); 63 return route_guide_pb.RouteNote.deserializeBinary(new Uint8Array(buffer_arg)); 74 return route_guide_pb.RouteSummary.deserializeBinary(new Uint8Array(buffer_arg));
|
D | route_guide_pb.js | 80 proto.routeguide.Point.deserializeBinary = function(bytes) { function in proto.routeguide.Point 266 proto.routeguide.Rectangle.deserializeBinary = function(bytes) { function in proto.routeguide.Rectangle 468 proto.routeguide.Feature.deserializeBinary = function(bytes) { function in proto.routeguide.Feature 662 proto.routeguide.RouteNote.deserializeBinary = function(bytes) { function in proto.routeguide.RouteNote 858 proto.routeguide.RouteSummary.deserializeBinary = function(bytes) { function in proto.routeguide.RouteSummary
|
/third_party/protobuf/benchmarks/js/ |
D | js_benchmark.js | 35 proto.benchmarks.BenchmarkDataset.deserializeBinary(fs.readFileSync(filename)); 40 messageList.push(message.deserializeBinary(onePayload)); 50 protoType.deserializeBinary(onePayload);
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/ |
D | maps_test.js | 229 if (msgInfo.deserializeBinary) { 260 var decoded = msgInfo.deserializeBinary(serialized); 295 deserializeBinary: proto.jspb.test.TestMapFields.deserializeBinary property 299 deserializeBinary: null property
|
D | proto3_test.js | 172 msg = proto.jspb.test.TestProto3.deserializeBinary(serialized); 316 msg = proto.jspb.test.TestProto3.deserializeBinary(msg.serializeBinary());
|
/third_party/protobuf/js/ |
D | maps_test.js | 247 if (msgInfo.deserializeBinary) { 278 var decoded = msgInfo.deserializeBinary(serialized); 300 var deserializedMessage = msgInfo.deserializeBinary( 352 var deserializedMessage = msgInfo.deserializeBinary( 473 deserializeBinary: proto.jspb.test.TestMapFields.deserializeBinary property 479 deserializeBinary: null property
|
D | proto3_test.js | 211 var msg2 = proto.jspb.test.TestProto3.deserializeBinary(serialized); 273 msg = proto.jspb.test.TestProto3.deserializeBinary(serialized); 430 msg = proto.jspb.test.TestProto3.deserializeBinary(msg.serializeBinary());
|
D | map.js | 474 jspb.Map.deserializeBinary = function(map, reader, keyReaderFn, valueReaderFn, function in jspb.Map
|
D | README.md | 164 var message2 = MyMessage.deserializeBinary(bytes);
|
/third_party/protobuf/conformance/ |
D | conformance_nodejs.js | 56 testMessage = test_messages_proto3.TestAllTypesProto3.deserializeBinary( 64 testMessage = test_messages_proto2.TestAllTypesProto2.deserializeBinary( 165 conformance.ConformanceRequest.deserializeBinary(serializedRequest);
|
/third_party/grpc/examples/node/static_codegen/ |
D | helloworld_grpc_pb.js | 30 return helloworld_pb.HelloReply.deserializeBinary(new Uint8Array(buffer_arg)); 41 return helloworld_pb.HelloRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
D | helloworld_pb.js | 76 proto.helloworld.HelloRequest.deserializeBinary = function(bytes) { function in proto.helloworld.HelloRequest 235 proto.helloworld.HelloReply.deserializeBinary = function(bytes) { function in proto.helloworld.HelloReply
|
/third_party/protobuf/js/binary/ |
D | message_test.js | 57 proto.jspb.test.ForeignNestedFieldMessage.deserializeBinary(serialized);
|
D | proto_test.js | 431 var decoded = proto.jspb.test.TestAllTypes.deserializeBinary(encoded); 447 msg = proto.jspb.test.TestAllTypes.deserializeBinary(msg.serializeBinary()); 628 var decoded = proto.jspb.test.TestExtendable.deserializeBinary(encoded); 642 var decoded = proto.jspb.test.TestExtendable.deserializeBinary(encoded); 658 proto.jspb.test.TestAllTypes.deserializeBinary,
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/ |
D | proto3_test.js | 172 msg = proto.jspb.test.TestProto3.deserializeBinary(serialized); 316 msg = proto.jspb.test.TestProto3.deserializeBinary(msg.serializeBinary());
|
/third_party/protobuf/js/compatibility_tests/v3.1.0/binary/ |
D | proto_test.js | 427 var decoded = proto.jspb.test.TestAllTypes.deserializeBinary(encoded); 443 msg = proto.jspb.test.TestAllTypes.deserializeBinary(msg.serializeBinary()); 625 var decoded = proto.jspb.test.TestExtendable.deserializeBinary(encoded);
|
/third_party/protobuf/js/compatibility_tests/v3.0.0/binary/ |
D | proto_test.js | 427 var decoded = proto.jspb.test.TestAllTypes.deserializeBinary(encoded); 443 msg = proto.jspb.test.TestAllTypes.deserializeBinary(msg.serializeBinary()); 625 var decoded = proto.jspb.test.TestExtendable.deserializeBinary(encoded);
|