Home
last modified time | relevance | path

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

/external/protobuf/js/compatibility_tests/v3.1.0/
Dmaps_test.js295 deserializeBinary: proto.jspb.test.TestMapFields.deserializeBinary property
299 deserializeBinary: null property
/external/protobuf/js/
Dmaps_test.js397 deserializeBinary: proto.jspb.test.TestMapFields.deserializeBinary property
403 deserializeBinary: null property
Dmap.js469 jspb.Map.deserializeBinary = function(map, reader, keyReaderFn, valueReaderFn, function in jspb.Map
/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