Searched refs:QueryKey (Results 1 – 2 of 2) sorted by relevance
195 struct QueryKey struct in ScLookupCache201 QueryKey( const ScAddress & rAddress, const QueryOp eOp ) : in QueryKey() argument208 bool operator==( const QueryKey & r ) const in operator ==() argument215 size_t operator()( const QueryKey & r ) const in operator ()()239 …typedef ::std::hash_map< QueryKey, QueryCriteriaAndResult, QueryKey::Hash, ::std::equal_to< QueryK…
70 QueryMap::const_iterator it( maQueryMap.find( QueryKey( rQueryAddress, in lookup()91 QueryKey aKey( rQueryAddress, rCriteria.getQueryOp()); in insert()95 bool bInserted = maQueryMap.insert( ::std::pair< const QueryKey, in insert()
Completed in 8 milliseconds