Searched refs:custom_code_table_string_ (Results 1 - 2 of 2) sorted by relevance

/external/open-vcdiff/src/
H A Dvcdecoder.cc558 string custom_code_table_string_; member in class:open_vcdiff::VCDiffStreamingDecoderImpl
761 custom_code_table_string_.clear();
792 OutputString<string> output_string(&custom_code_table_string_);
798 if (custom_code_table_string_.length() < sizeof(*custom_code_table_)) {
806 if (custom_code_table_string_.length() != sizeof(*custom_code_table_)) {
808 << custom_code_table_string_.length()
814 custom_code_table_string_.data(),
816 custom_code_table_string_.clear();
/external/chromium/sdch/open-vcdiff/src/
H A Dvcdecoder.cc556 string custom_code_table_string_; member in class:open_vcdiff::VCDiffStreamingDecoderImpl
760 custom_code_table_string_.clear();
791 OutputString<string> output_string(&custom_code_table_string_);
797 if (custom_code_table_string_.length() < sizeof(*custom_code_table_)) {
805 if (custom_code_table_string_.length() != sizeof(*custom_code_table_)) {
807 << custom_code_table_string_.length()
813 custom_code_table_string_.data(),
815 custom_code_table_string_.clear();

Completed in 124 milliseconds