Searched refs:AttributeList (Results 1 - 4 of 4) sorted by relevance

/haiku/src/apps/people/
H A DPersonView.h68 typedef BObjectList<AttributeTextControl> AttributeList; typedef in class:PersonView
69 AttributeList fControls;
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp61 typedef DoublyLinkedList<device_attr_private> AttributeList; typedef
111 AttributeList& Attributes() { return fAttributes; }
112 const AttributeList& Attributes() const { return fAttributes; }
180 AttributeList fAttributes;
210 AttributeList::ConstIterator iterator
1026 AttributeList::Iterator attrIterator = fAttributes.GetIterator();
1204 AttributeList::Iterator iterator = fAttributes.GetIterator();
1726 AttributeList::ConstIterator iterator = Attributes().GetIterator();
1791 AttributeList::Iterator attribute = Attributes().GetIterator();
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp66 typedef DoublyLinkedList<device_attr_private> AttributeList; typedef
122 AttributeList& Attributes() { return fAttributes; }
123 const AttributeList& Attributes() const { return fAttributes; }
198 AttributeList fAttributes;
226 AttributeList::ConstIterator iterator
518 AttributeList::Iterator iterator = node->Attributes().GetIterator();
1575 AttributeList::Iterator iterator = fAttributes.GetIterator();
2278 AttributeList::ConstIterator iterator = Attributes().GetIterator();
2361 AttributeList::Iterator attribute = Attributes().GetIterator();
/haiku/src/add-ons/kernel/file_systems/cdda/
H A Dkernel_interface.cpp45 typedef DoublyLinkedList<Attribute> AttributeList; typedef
222 AttributeList::ConstIterator Attributes() const
242 AttributeList fAttributes;
341 AttributeList::ConstIterator iterator = inode->Attributes();
1252 AttributeList::ConstIterator iterator = fAttributes.GetIterator();
1336 AttributeList::Iterator iterator = fAttributes.GetIterator();

Completed in 112 milliseconds