Searched refs:list_ (Results 1 – 2 of 2) sorted by relevance
66 list_.push_front( rContent); // create a temp entry in add()69 MapPair aMP = map_.insert( MappedType( list_.begin(), 0)); in add()73 list_.pop_front(); // remove the temp entry in add()74 list_.splice( list_.begin(), list_, aMP.first->first); // the found entry is moved to front in add()82 typename LruItMap::iterator it = map_.find( --list_.end()); in add()85 list_.pop_back(); // remove from the list in add()105 LruList list_; in operator ()() member
50 list_( arrl,array,index + 1 ) { } in ConceptList()57 ByteArrayDecompressor list_; member in xmlsearch::util::ConceptList
Completed in 20 milliseconds