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