/haiku/headers/cpp/ |
H A D | stl_construct.h | 47 inline void construct(_T1* __p, const _T2& __value) { in construct() function 52 inline void construct(_T1* __p) { in construct() function
|
H A D | stl_uninitialized.h | 58 construct(&*__cur, *__first); in __uninitialized_copy_aux() 108 construct(&*__cur, *__first); in __uninitialized_copy_n() 159 construct(&*__cur, __x); in __uninitialized_fill_aux() 199 construct(&*__cur, __x); in __uninitialized_fill_n_aux()
|
H A D | stl_raw_storage_iter.h | 50 construct(&*_M_iter, __element);
|
H A D | iterator.h | 92 using __STD::construct;
|
H A D | stl_vector.h | 335 construct(_M_finish, __x); in push_back() 343 construct(_M_finish); in push_back() 358 construct(_M_finish, __x); in insert() 368 construct(_M_finish); in insert() 605 construct(_M_finish, *(_M_finish - 1)); in _M_insert_aux() 618 construct(__new_finish, __x); in _M_insert_aux() 637 construct(_M_finish, *(_M_finish - 1)); in _M_insert_aux() 649 construct(__new_finish); in _M_insert_aux()
|
H A D | stl_deque.h | 696 construct(_M_finish._M_cur, __t); in push_back() 705 construct(_M_finish._M_cur); in push_back() 714 construct(_M_start._M_cur - 1, __t); in push_front() 723 construct(_M_start._M_cur - 1); in push_front() 1155 construct(_M_finish._M_cur, __t_copy); in _M_push_back_aux() 1170 construct(_M_finish._M_cur); in _M_push_back_aux() 1188 construct(_M_start._M_cur, __t_copy); in _M_push_front_aux() 1203 construct(_M_start._M_cur); in _M_push_front_aux()
|
H A D | stl_alloc.h | 770 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function 848 void construct(pointer __p, const _Tp& __val) { new(__p) _Tp(__val); } in construct() function
|
H A D | stl_list.h | 293 construct(&__p->_M_data, __x); in _M_create_node() 303 construct(&__p->_M_data); in _M_create_node()
|
H A D | stl_slist.h | 327 construct(&__node->_M_data, __x); in _M_create_node() 337 construct(&__node->_M_data); in _M_create_node()
|
/haiku/src/apps/icon-o-matic/ |
H A D | NOTES | 21 * IconRenderer should construct a separate StyleManager and append
|
/haiku/docs/develop/build/rc/ |
H A D | librdef.rst | 37 following variables to find out more about the error, and construct meaningul error messages:
|
/haiku/docs/user/interface/ |
H A D | LayoutBuilder.Cards.dox | 274 \param gridLayout The BGridLayout to be added and used to construct the 289 \param gridView The BGridView to be added and used to construct the
|
H A D | SeparatorItem.dox | 55 \param data The message \a data to construct the separator item from.
|
H A D | LayoutBuilder.Split.dox | 300 \param gridLayout The BGridLayout to be added and used to construct the 317 \param gridView The BGridView to be added and used to construct the
|
H A D | StringItem.dox | 53 \param archive The message \a archive to construct the string item from.
|
H A D | Shape.dox | 199 \param archive The BMessage object to construct the data from. 238 \param archive The BMessage object to construct the BShape data from.
|
H A D | GroupLayout.dox | 80 \param from The message to construct the BGroupLayout from.
|
H A D | Dragger.dox | 64 Once you construct the BDragger you must do one of of these:
|
H A D | MenuBar.dox | 156 \param archive The message data to construct the menu from.
|
/haiku/docs/user/locale/ |
H A D | TimeZone.dox | 55 The constructor only allows you to construct a timezone if you already
|
/haiku/docs/user/netservices/ |
H A D | HttpRequest.dox | 46 // implicitly construct a standard get request 48 // implicitly construct a nonstandard patch request 356 This class can be used to construct HTTP requests that can be executed by the Network Services
|
/haiku/docs/user/support/ |
H A D | Archivable.dox | 259 construct this BArchiver. May call \c archivable's Archive() method. 357 \brief Returns the BMessage* used to construct this BArchiver. This is 432 \warning Do not construct a BUnarchiver object without first calling 687 \brief Returns the BMessage* used to construct this BUnarchiver.
|
/haiku/docs/develop/servers/app_server/ |
H A D | Decorator.rst | 227 versions are to construct an SRegion which the border occupies. This
|
/haiku/docs/user/app/ |
H A D | Notification.dox | 460 This method allows you to construct a list of refs, that will be sent to 495 This method allows you to construct a list of arguments, that will be sent
|
/haiku/docs/user/game/ |
H A D | DirectWindow.dox | 364 Because this is a static function you don't have to construct a
|