Lines Matching defs:_mmap
41 bool empty() { return _mmap.empty(); }
42 unsigned size() { return _mmap.size(); }
44 void clear() { _mmap.clear(); }
85 for (MapType::iterator i = _mmap.begin(); i != _mmap.end(); ++i) {
91 for (MapType::iterator i = _mmap.begin(); i != _mmap.end(); ++i) {
97 for (MapType::iterator i = _mmap.begin(); i != _mmap.end(); ++i) {
103 for (MapType::iterator i = _mmap.begin(); i != _mmap.end(); ++i) {
113 MapType _mmap;