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

  /external/chromium/sdch/open-vcdiff/src/
instruction_map.h 21 // VCDiffInstructionMap. A VCDiffInstructionMap is constructed
24 // VCDiffInstructionMap be a static pointer that gets initialized only once.
40 class VCDiffInstructionMap {
42 // Create a VCDiffInstructionMap from the information in code_table_data.
49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
52 static VCDiffInstructionMap* GetDefaultInstructionMap();
199 static VCDiffInstructionMap* default_instruction_map;
202 VCDiffInstructionMap(const VCDiffInstructionMap&); // NOLIN
    [all...]
instruction_map.cc 24 // VCDiffInstructionMap members and methods
26 VCDiffInstructionMap* VCDiffInstructionMap::default_instruction_map = NULL;
28 VCDiffInstructionMap* VCDiffInstructionMap::GetDefaultInstructionMap() {
30 default_instruction_map = new VCDiffInstructionMap(
60 VCDiffInstructionMap::FirstInstructionMap::FirstInstructionMap(
73 VCDiffInstructionMap::FirstInstructionMap::~FirstInstructionMap() {
80 VCDiffInstructionMap::SecondInstructionMap::SecondInstructionMap(
89 VCDiffInstructionMap::SecondInstructionMap::~SecondInstructionMap()
    [all...]
  /external/open-vcdiff/src/
instruction_map.h 21 // VCDiffInstructionMap. A VCDiffInstructionMap is constructed
24 // VCDiffInstructionMap be a static pointer that gets initialized only once.
40 class VCDiffInstructionMap {
42 // Create a VCDiffInstructionMap from the information in code_table_data.
49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
52 static VCDiffInstructionMap* GetDefaultInstructionMap();
199 static VCDiffInstructionMap* default_instruction_map;
202 VCDiffInstructionMap(const VCDiffInstructionMap&); // NOLIN
    [all...]
instruction_map.cc 24 // VCDiffInstructionMap members and methods
26 VCDiffInstructionMap* VCDiffInstructionMap::default_instruction_map = NULL;
28 VCDiffInstructionMap* VCDiffInstructionMap::GetDefaultInstructionMap() {
30 default_instruction_map = new VCDiffInstructionMap(
60 VCDiffInstructionMap::FirstInstructionMap::FirstInstructionMap(
73 VCDiffInstructionMap::FirstInstructionMap::~FirstInstructionMap() {
80 VCDiffInstructionMap::SecondInstructionMap::SecondInstructionMap(
89 VCDiffInstructionMap::SecondInstructionMap::~SecondInstructionMap()
    [all...]

Completed in 318 milliseconds