Home
last modified time | relevance | path

Searched refs:deserializeBinary (Results 1 – 9 of 9) sorted by relevance

/external/grpc-grpc/examples/node/static_codegen/route_guide/
Droute_guide_grpc_pb.js30 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));
Droute_guide_pb.js80 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
/external/grpc-grpc/examples/node/static_codegen/
Dhelloworld_grpc_pb.js30 return helloworld_pb.HelloReply.deserializeBinary(new Uint8Array(buffer_arg));
41 return helloworld_pb.HelloRequest.deserializeBinary(new Uint8Array(buffer_arg));
Dhelloworld_pb.js76 proto.helloworld.HelloRequest.deserializeBinary = function(bytes) { function in proto.helloworld.HelloRequest
235 proto.helloworld.HelloReply.deserializeBinary = function(bytes) { function in proto.helloworld.HelloReply
/external/opencensus-java/impl_core/src/main/java/io/opencensus/implcore/tags/propagation/
DTagContextBinarySerializerImpl.java47 : SerializationUtils.deserializeBinary(bytes); in fromByteArray()
DSerializationUtils.java97 static TagContextImpl deserializeBinary(byte[] bytes) throws TagContextDeserializationException { in deserializeBinary() method in SerializationUtils
/external/protobuf/js/
Dproto3_test.js172 msg = proto.jspb.test.TestProto3.deserializeBinary(serialized);
301 msg = proto.jspb.test.TestProto3.deserializeBinary(msg.serializeBinary());
DREADME.md156 message2.deserializeBinary(bytes);
/external/protobuf/js/binary/
Dproto_test.js427 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);