Searched refs:pVT (Results 1 – 4 of 4) sorted by relevance
27 explicit CSection(CPDF_VariableText* pVT);
17 CSection::CSection(CPDF_VariableText* pVT) : m_pVT(pVT) {} in CSection() argument
34 explicit Iterator(CPDF_VariableText* pVT);
86 CPDF_VariableText::Iterator::Iterator(CPDF_VariableText* pVT) in Iterator() argument87 : m_CurPos(-1, -1, -1), m_pVT(pVT) {} in Iterator()