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