Home
last modified time | relevance | path

Searched refs:EncodeChunkToInterface (Results 1 – 2 of 2) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/google/
Dvcencoder.h207 return EncodeChunkToInterface(data, len, &output_string); in EncodeChunk()
210 bool EncodeChunkToInterface(const char* data, size_t len,
/external/chromium/sdch/open-vcdiff/src/
Dvcencoder.cc186 bool VCDiffStreamingEncoder::EncodeChunkToInterface( in EncodeChunkToInterface() function in open_vcdiff::VCDiffStreamingEncoder
223 if (!encoder_->EncodeChunkToInterface(target_data, target_len, out)) { in EncodeToInterface()