Searched refs:_FindElement (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/add-ons/kernel/file_systems/ramfs/
H A DNodeTable.cpp57 if (NodeHashElement *element = _FindElement(id))
69 if (NodeHashElement *element = _FindElement(id))
83 // _FindElement
85 NodeTable::_FindElement(ino_t id) const function in class:NodeTable
H A DNodeChildTable.h80 Element *_FindElement(ino_t id, const char *name) const;
206 if (Element *element = _FindElement(id, name))
220 if (Element *element = _FindElement(id, name))
225 // _FindElement
228 NodeChildTable<ParentNode, NodeChild>::_FindElement(ino_t id, function in class:NodeChildTable
H A DNodeTable.h63 NodeHashElement *_FindElement(ino_t id) const;
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/test/ramfs/
H A DNodeTable.cpp57 if (NodeHashElement *element = _FindElement(id))
69 if (NodeHashElement *element = _FindElement(id))
83 // _FindElement
85 NodeTable::_FindElement(vnode_id id) const function in class:NodeTable
H A DNodeChildTable.h80 Element *_FindElement(vnode_id id, const char *name) const;
206 if (Element *element = _FindElement(id, name))
220 if (Element *element = _FindElement(id, name))
225 // _FindElement
228 NodeChildTable<ParentNode, NodeChild>::_FindElement(vnode_id id, function in class:NodeChildTable
H A DNodeTable.h63 NodeHashElement *_FindElement(vnode_id id) const;
/haiku-fatelf/headers/private/shared/
H A DHashSet.h171 Element *_FindElement(const Key& key) const;
283 if (Element* element = _FindElement(key)) {
303 return _FindElement(key);
322 // _FindElement
325 HashSet<Key>::_FindElement(const Key& key) const function in class:BPrivate::HashSet
H A DHashMap.h198 Element *_FindElement(const Key& key) const;
376 Element* element = _FindElement(key);
397 if (Element* element = _FindElement(key)) {
417 if (Element* element = _FindElement(key))
427 if (Element* element = _FindElement(key)) {
440 return _FindElement(key);
459 // _FindElement
462 HashMap<Key, Value>::_FindElement(const Key& key) const function in class:BPrivate::HashMap
/haiku-fatelf/src/apps/webpositive/support/
H A DHashSet.h171 Element *_FindElement(const Key& key) const;
283 if (Element* element = _FindElement(key)) {
303 return _FindElement(key);
322 // _FindElement
325 HashSet<Key>::_FindElement(const Key& key) const function in class:BPrivate::HashSet
H A DHashMap.h198 Element *_FindElement(const Key& key) const;
376 Element* element = _FindElement(key);
397 if (Element* element = _FindElement(key)) {
417 if (Element* element = _FindElement(key))
427 if (Element* element = _FindElement(key)) {
440 return _FindElement(key);
459 // _FindElement
462 HashMap<Key, Value>::_FindElement(const Key& key) const function in class:BPrivate::HashMap
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/headers/shared/
H A DHashSet.h165 Element *_FindElement(const Key& key) const;
277 if (Element* element = _FindElement(key)) {
289 return _FindElement(key);
308 // _FindElement
311 HashSet<Key>::_FindElement(const Key& key) const function in class:HashSet
H A DHashMap.h182 Element *_FindElement(const Key& key) const;
359 Element* element = _FindElement(key);
380 if (Element* element = _FindElement(key)) {
400 if (Element* element = _FindElement(key))
410 return _FindElement(key);
429 // _FindElement
432 HashMap<Key, Value>::_FindElement(const Key& key) const function in class:HashMap
/haiku-fatelf/headers/private/userlandfs/shared/
H A DHashSet.h326 // _FindElement
329 HashSet<Key>::_FindElement(const Key& key) const function in class:HashSet

Completed in 65 milliseconds