Searched refs:computed_checksum_ (Results 1 – 3 of 3) sorted by relevance
52 computed_checksum_ = value; in set_computed_checksum()54 const std::string& computed_checksum() const { return computed_checksum_; } in computed_checksum()71 std::string computed_checksum_; variable
62 const std::string& computed_checksum() const { return computed_checksum_; } in computed_checksum()156 std::string computed_checksum_; variable
62 stored_checksum_ = computed_checksum_; in Encode()63 main->Set(kChecksumKey, Value::CreateStringValue(computed_checksum_)); in Encode()338 computed_checksum_ = MD5DigestToBase16(digest); in FinalizeChecksum()