Searched refs:hash_type (Results 1 – 2 of 2) sorted by relevance
63 typedef ::std::hash_map< ::rtl::OUString, PPDValue, ::rtl::OUStringHash > hash_type; typedef in psp::PPDKey67 hash_type m_aValues;126 typedef ::std::hash_map< ::rtl::OUString, PPDKey*, ::rtl::OUStringHash > hash_type; typedef in psp::PPDParser146 hash_type m_aKeys;299 typedef ::std::hash_map< const PPDKey*, const PPDValue*, PPDKeyhash > hash_type; typedef in psp::PPDContext300 hash_type m_aCurrentValues;
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()859 PPDParser::hash_type::const_iterator it = m_aKeys.find( rKey ); in getKey()912 PPDParser::hash_type::const_iterator keyit; in parse()1175 PPDParser::hash_type::const_iterator keyit = m_aKeys.find( aUniKey ); in parseOpenUI()1212 PPDParser::hash_type::const_iterator keyit = m_aKeys.find( aKey ); in parseOrderDependency()1708 PPDKey::hash_type::const_iterator it = m_aValues.find( rOption ); in getValue()1731 PPDKey::hash_type::iterator it = m_aValues.find( rOption ); in eraseValue()1791 hash_type::const_iterator it; in getModifiedKey()1815 hash_type::const_iterator it; in getValue()[all …]