Home
last modified time | relevance | path

Searched defs:deserializeBinary (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc/examples/node/static_codegen/route_guide/
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_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/
DSerializationUtils.java97 static TagContextImpl deserializeBinary(byte[] bytes) throws TagContextDeserializationException { in deserializeBinary() method in SerializationUtils