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

/external/lzma/CPP/7zip/Archive/
H A DArchiveExports.cpp14 static const CArcInfo *g_Arcs[kNumArcsMax]; variable
22 g_Arcs[g_NumArcs++] = arcInfo;
51 if (g_Arcs[i]->ClassId == id)
68 const CArcInfo &arc = *g_Arcs[formatIndex];
91 const CArcInfo &arc = *g_Arcs[formatIndex];
/external/lzma/CPP/7zip/UI/Common/
H A DLoadCodecs.cpp181 static const CArcInfo *g_Arcs[kNumArcsMax]; variable
185 g_Arcs[g_NumArcs++] = arcInfo;
431 const CArcInfo &arc = *g_Arcs[i];

Completed in 89 milliseconds