Lines Matching refs:m_aKeys
734 …fprintf( stderr, "acquired %d Keys from PPD %s:\n", m_aKeys.size(), BSTRING( m_aFile ).GetBuffer()… in PPDParser()
735 for( PPDParser::hash_type::const_iterator it = m_aKeys.begin(); it != m_aKeys.end(); ++it ) in PPDParser()
841 for( PPDParser::hash_type::iterator it = m_aKeys.begin(); it != m_aKeys.end(); ++it ) in ~PPDParser()
848 m_aKeys[ rKey ] = pKey; in insertKey()
859 PPDParser::hash_type::const_iterator it = m_aKeys.find( rKey ); in getKey()
860 return it != m_aKeys.end() ? it->second : NULL; in getKey()
867 ( m_aKeys.find( pKey->getKey() ) != m_aKeys.end() ? true : false ) : in hasKey()
1085 keyit = m_aKeys.find( aUniKey ); in parse()
1086 if( keyit == m_aKeys.end() ) in parse()
1129 keyit = m_aKeys.find( aKey ); in parse()
1130 if( keyit != m_aKeys.end() ) in parse()
1175 PPDParser::hash_type::const_iterator keyit = m_aKeys.find( aUniKey ); in parseOpenUI()
1177 if( keyit == m_aKeys.end() ) in parseOpenUI()
1212 PPDParser::hash_type::const_iterator keyit = m_aKeys.find( aKey ); in parseOrderDependency()
1213 if( keyit == m_aKeys.end() ) in parseOrderDependency()