Home
last modified time | relevance | path

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

/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyMessage.java632 public static IRubyObject decodeBytes( in decodeBytes() method in RubyMessage
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DArrayDecoders.java200 static int decodeBytes(byte[] data, int position, Registers registers) in decodeBytes() method in ArrayDecoders