Searched refs:computed_checksum (Results 1 – 6 of 6) sorted by relevance
94 EXPECT_EQ("", encoder.computed_checksum()); in EncodeHelper()98 const std::string& computed_checksum = encoder.computed_checksum(); in EncodeHelper() local102 EXPECT_FALSE(computed_checksum.empty()); in EncodeHelper()104 EXPECT_EQ(computed_checksum, stored_checksum); in EncodeHelper()106 *checksum = computed_checksum; in EncodeHelper()121 std::string* computed_checksum, in DecodeHelper() argument125 EXPECT_EQ("", decoder.computed_checksum()); in DecodeHelper()131 *computed_checksum = decoder.computed_checksum(); in DecodeHelper()135 EXPECT_FALSE(computed_checksum->empty()); in DecodeHelper()144 EXPECT_NE(*computed_checksum, stored_checksum); in DecodeHelper()[all …]
62 const std::string& computed_checksum() const { return computed_checksum_; } in computed_checksum() function
54 const std::string& computed_checksum() const { return computed_checksum_; } in computed_checksum() function
74 details_->set_computed_checksum(codec.computed_checksum()); in Run()
82 if (!ids_valid_ || computed_checksum() != stored_checksum()) in Decode()
558 if (details->computed_checksum() != details->stored_checksum()) in DoneLoading()560 if (details->computed_checksum() != details->stored_checksum() || in DoneLoading()