HomeSort by relevance Sort by last modified time
    Searched refs:UseCodeTable (Results 1 - 4 of 4) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
decodetable.h 37 // If a non-default code table is to be used, then UseCodeTable()
48 // UseCodeTable() may be called either before or after calling Init().
52 bool UseCodeTable(const VCDiffCodeTableData& code_table_data,
decodetable.cc 38 bool VCDiffCodeTableReader::UseCodeTable(
vcdecoder.cc 103 bool UseCodeTable(const VCDiffCodeTableData& code_table_data,
105 return reader_.UseCodeTable(code_table_data, max_mode);
    [all...]
decodetable_test.cc 411 EXPECT_TRUE(reader_.UseCodeTable(*g_exercise_code_table_, kLastExerciseMode));

Completed in 218 milliseconds