Searched refs:primaryKey (Results 1 - 3 of 3) sorted by relevance

/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DTwoKeyAVLTree.h161 inline Value *Find(const PrimaryKey &primaryKey,
168 inline status_t Remove(const PrimaryKey &primaryKey,
266 TWO_KEY_AVL_TREE_CLASS_NAME::Find(const PrimaryKey &primaryKey, argument
270 return BaseClass::Find(Key(primaryKey, secondaryKey), iterator);
292 TWO_KEY_AVL_TREE_CLASS_NAME::Remove(const PrimaryKey &primaryKey, argument
295 return BaseClass::Remove(Key(primaryKey, secondaryKey));
/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DTwoKeyAVLTree.h255 inline Value *Find(const PrimaryKey &primaryKey,
262 inline status_t Remove(const PrimaryKey &primaryKey,
437 TWO_KEY_AVL_TREE_CLASS_NAME::Find(const PrimaryKey &primaryKey, argument
441 TreeMapIterator it = fTreeMap.Find(Key(primaryKey, secondaryKey));
478 TWO_KEY_AVL_TREE_CLASS_NAME::Remove(const PrimaryKey &primaryKey, argument
481 return fTreeMap.Remove(Key(primaryKey, secondaryKey));
/haiku-fatelf/src/add-ons/kernel/file_systems/packagefs/
H A DTwoKeyAVLTree.h286 inline Value* Find(const PrimaryKey& primaryKey,
297 inline status_t Remove(const PrimaryKey& primaryKey,
523 TWO_KEY_AVL_TREE_CLASS_NAME::Find(const PrimaryKey& primaryKey, argument
526 TreeMapIterator it = fTreeMap.Find(Key(primaryKey, secondaryKey));
582 TWO_KEY_AVL_TREE_CLASS_NAME::Remove(const PrimaryKey& primaryKey, argument
585 return fTreeMap.Remove(Key(primaryKey, secondaryKey));

Completed in 44 milliseconds