Searched refs:TreeMapIterator (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h239 typedef typename TreeMap::Iterator TreeMapIterator; typedef in class:TwoKeyAVLTree
276 typedef typename TWO_KEY_AVL_TREE_CLASS_NAME::TreeMapIterator
277 TreeMapIterator; typedef in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
323 Iterator(const TreeMapIterator &iterator)
328 inline void _SetTo(const TreeMapIterator &iterator)
334 TWO_KEY_AVL_TREE_CLASS_NAME::TreeMapIterator fIterator;
441 TreeMapIterator it = fTreeMap.Find(Key(primaryKey, secondaryKey));
452 TreeMapIterator it = fTreeMap.GetIterator();
466 TreeMapIterator it;
/haiku/src/add-ons/kernel/file_systems/packagefs/util/
H A DTwoKeyAVLTree.h296 typedef typename TreeMap::Iterator TreeMapIterator; typedef in class:TwoKeyAVLTree
353 typedef typename TWO_KEY_AVL_TREE_CLASS_NAME::TreeMapIterator
354 TreeMapIterator; typedef in class:TWO_KEY_AVL_TREE_CLASS_NAME::Iterator
407 Iterator(const TreeMapIterator& iterator)
413 inline void _SetTo(const TreeMapIterator& iterator)
419 TWO_KEY_AVL_TREE_CLASS_NAME::TreeMapIterator fIterator;
561 TreeMapIterator it = fTreeMap.Find(Key(primaryKey, secondaryKey));
572 TreeMapIterator it = fTreeMap.GetIterator();
594 TreeMapIterator it;

Completed in 46 milliseconds