Searched defs:EncodeInternal (Results 1 - 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvarint_bigendian.cc61 int VarintBE<SignedIntegerType>::EncodeInternal(SignedIntegerType v, function in class:open_vcdiff::VarintBE
65 << " passed to VarintBE::EncodeInternal,"
86 const int length = EncodeInternal(v, varint_buf);
95 const int length = EncodeInternal(value, varint_buf);
104 const int length = EncodeInternal(value, varint_buf);
H A Dvcdiffengine.cc152 void VCDiffEngine::EncodeInternal(const char* target_data, function in class:open_vcdiff::VCDiffEngine
243 EncodeInternal<true>(target_data, target_size, diff, coder);
245 EncodeInternal<false>(target_data, target_size, diff, coder);

Completed in 140 milliseconds