Searched refs:checksum_as_int32 (Results 1 - 3 of 3) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder_test.cc86 int32_t checksum_as_int32 = static_cast<int32_t>(checksum); local
88 VarintBE<int32_t>::AppendToString(checksum_as_int32, &delta_window_header_);
93 delta_window_header_[4] += VarintBE<int32_t>::Length(checksum_as_int32);
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdecoder_test.cc86 int32_t checksum_as_int32 = static_cast<int32_t>(checksum); local
88 VarintBE<int32_t>::AppendToString(checksum_as_int32, &delta_window_header_);
93 delta_window_header_[4] += VarintBE<int32_t>::Length(checksum_as_int32);
/external/open-vcdiff/src/
H A Dvcdecoder_test.cc86 int32_t checksum_as_int32 = static_cast<int32_t>(checksum); local
88 VarintBE<int32_t>::AppendToString(checksum_as_int32, &delta_window_header_);
93 delta_window_header_[4] += VarintBE<int32_t>::Length(checksum_as_int32);

Completed in 60 milliseconds