Home
last modified time | relevance | path

Searched refs:map_ (Results 1 – 3 of 3) sorted by relevance

/trunk/main/binaryurp/source/
H A Doutgoingrequests.cxx50 map_[tid].push_back(request); in push()
55 Map::iterator i(map_.find(tid)); in top()
56 if (i == map_.end()) { in top()
68 Map::iterator i(map_.find(tid)); in pop()
69 OSL_ASSERT(i != map_.end()); in pop()
72 map_.erase(i); in pop()
H A Dcache.hxx69 MapPair aMP = map_.insert( MappedType( list_.begin(), 0)); in add()
79 IdxType n = static_cast<IdxType>( map_.size() - 1); in add()
82 typename LruItMap::iterator it = map_.find( --list_.end()); in add()
84 map_.erase( it); // remove it from the map in add()
104 LruItMap map_; in operator ()() member
H A Doutgoingrequests.hxx56 Map map_; member in binaryurp::OutgoingRequests

Completed in 14 milliseconds