Searched refs:timestampsBytes (Results 1 – 1 of 1) sorted by relevance
754 ByteArrayOutputStream timestampsBytes = new ByteArrayOutputStream(); in writeToProto() local755 ObjectOutputStream timestampsOut = new ObjectOutputStream(timestampsBytes); in writeToProto()770 timestampsBytes.toByteArray()); in writeToProto()827 ByteArrayInputStream timestampsBytes = new ByteArrayInputStream(proto.readBytes( in readFromProto() local829 ObjectInputStream timestampsIn = new ObjectInputStream(timestampsBytes); in readFromProto()