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