Searched refs:protoByteString (Results 1 – 1 of 1) sorted by relevance
335 String protoByteString = matcher.group(1); in dumpProtoAndDeserialize() local336 byte[] protoBytes = Base64.decode(protoByteString, Base64.DEFAULT); in dumpProtoAndDeserialize()353 String protoByteString = stream.toString(); in cleanDumpProtoAndDeserialize() local354 byte[] protoBytes = Base64.decode(protoByteString, Base64.DEFAULT); in cleanDumpProtoAndDeserialize()