Searched refs:LibInfoKey (Results 1 – 3 of 3) sorted by relevance
252 class LibInfoKey class259 LibInfoKey( const ScriptDocument& rDocument, const String& rLibName );260 ~LibInfoKey();262 LibInfoKey( const LibInfoKey& rKey );263 LibInfoKey& operator=( const LibInfoKey& rKey );265 bool operator==( const LibInfoKey& rKey ) const;300 size_t operator()( const LibInfoKey& rKey ) const in operator ()()308 …typedef ::std::hash_map< LibInfoKey, LibInfoItem*, LibInfoKeyHash, ::std::equal_to< LibInfoKey > >…318 LibInfoItem* GetInfo( const LibInfoKey& rKey );
771 LibInfoKey::LibInfoKey( const ScriptDocument& rDocument, const String& rLibName ) in LibInfoKey() function in LibInfoKey777 LibInfoKey::~LibInfoKey() in ~LibInfoKey()781 LibInfoKey::LibInfoKey( const LibInfoKey& rKey ) in LibInfoKey() function in LibInfoKey787 LibInfoKey& LibInfoKey::operator=( const LibInfoKey& rKey ) in operator =()794 bool LibInfoKey::operator==( const LibInfoKey& rKey ) const in operator ==()846 LibInfoKey aKey( pItem->GetDocument(), pItem->GetLibName() ); in InsertInfo()879 LibInfoItem* LibInfos::GetInfo( const LibInfoKey& rKey ) in GetInfo()
800 pLibInfoItem = pData->GetLibInfos().GetInfo( LibInfoKey( *doc, aLibName ) ); in UpdateWindows()
Completed in 22 milliseconds