Searched refs:EncodeChunkToInterface (Results 1 – 2 of 2) sorted by relevance
207 return EncodeChunkToInterface(data, len, &output_string); in EncodeChunk()210 bool EncodeChunkToInterface(const char* data, size_t len,
186 bool VCDiffStreamingEncoder::EncodeChunkToInterface( in EncodeChunkToInterface() function in open_vcdiff::VCDiffStreamingEncoder223 if (!encoder_->EncodeChunkToInterface(target_data, target_len, out)) { in EncodeToInterface()