Searched refs:pVT (Results 1 – 4 of 4) sorted by relevance
23 explicit CSection(CPDF_VariableText* pVT);
14 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {} in CSection() argument
41 explicit Iterator(CPDF_VariableText* pVT);
84 CPDF_VariableText::Iterator::Iterator(CPDF_VariableText* pVT) in Iterator() argument85 : m_CurPos(-1, -1, -1), m_pVT(pVT) {} in Iterator()