Searched refs:m_pKey1 (Results 1 – 2 of 2) sorted by relevance
783 BSTRING( cit->m_pKey1->getKey() ).GetBuffer(), in PPDParser()1250 if( aConstraint.m_pKey1 ) in parseConstraint()1253 aConstraint.m_pKey1 = getKey( aToken ); in parseConstraint()1262 else if( aConstraint.m_pKey1 ) in parseConstraint()1264 if( ! ( aConstraint.m_pOption1 = aConstraint.m_pKey1->getValue( aToken ) ) ) in parseConstraint()1274 if( ! aConstraint.m_pKey1 || ! aConstraint.m_pKey2 || bFailed ) in parseConstraint()1946 const PPDKey* pLeft = it->m_pKey1; in checkConstraints()
133 const PPDKey* m_pKey1; member138 … PPDConstraint() : m_pKey1( NULL ), m_pOption1( NULL ), m_pKey2( NULL ), m_pOption2( NULL ) {} in PPDConstraint()