OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VCDiffInstructionMap
(Results
1 - 2
of
2
) 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
...]
Completed in 1329 milliseconds