Home
last modified time | relevance | path

Searched refs:construct (Results 1 – 25 of 52) sorted by relevance

123

/haiku/headers/cpp/
H A Dstl_construct.h47 inline void construct(_T1* __p, const _T2& __value) { in construct() function
52 inline void construct(_T1* __p) { in construct() function
H A Dstl_uninitialized.h58 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 Dstl_raw_storage_iter.h50 construct(&*_M_iter, __element);
H A Diterator.h92 using __STD::construct;
H A Dstl_vector.h335 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 Dstl_deque.h696 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 Dstl_alloc.h770 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 Dstl_list.h293 construct(&__p->_M_data, __x); in _M_create_node()
303 construct(&__p->_M_data); in _M_create_node()
H A Dstl_slist.h327 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 DNOTES21 * IconRenderer should construct a separate StyleManager and append
/haiku/docs/develop/build/rc/
H A Dlibrdef.rst37 following variables to find out more about the error, and construct meaningul error messages:
/haiku/docs/user/interface/
H A DLayoutBuilder.Cards.dox274 \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 DSeparatorItem.dox55 \param data The message \a data to construct the separator item from.
H A DLayoutBuilder.Split.dox300 \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 DStringItem.dox53 \param archive The message \a archive to construct the string item from.
H A DShape.dox199 \param archive The BMessage object to construct the data from.
238 \param archive The BMessage object to construct the BShape data from.
H A DGroupLayout.dox80 \param from The message to construct the BGroupLayout from.
H A DDragger.dox64 Once you construct the BDragger you must do one of of these:
H A DMenuBar.dox156 \param archive The message data to construct the menu from.
/haiku/docs/user/locale/
H A DTimeZone.dox55 The constructor only allows you to construct a timezone if you already
/haiku/docs/user/netservices/
H A DHttpRequest.dox46 // 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 DArchivable.dox259 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 DDecorator.rst227 versions are to construct an SRegion which the border occupies. This
/haiku/docs/user/app/
H A DNotification.dox460 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 DDirectWindow.dox364 Because this is a static function you don't have to construct a

123