Home
last modified time | relevance | path

Searched defs:BinaryDecoder (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/conformance/
DConformanceJava.java101 private static class BinaryDecoder <MessageType extends AbstractMessage> { class in ConformanceJava
/third_party/protobuf/js/binary/
Ddecoder.js65 jspb.BinaryDecoder = function(opt_bytes, opt_start, opt_length) { class in jspb