Searched refs:_Size (Results 1 – 7 of 7) sorted by relevance
/haiku/headers/cpp/ |
H A D | stl_uninitialized.h | 99 template <class _InputIter, class _Size, class _ForwardIter> 101 __uninitialized_copy_n(_InputIter __first, _Size __count, in __uninitialized_copy_n() 114 template <class _RandomAccessIter, class _Size, class _ForwardIter> 116 __uninitialized_copy_n(_RandomAccessIter __first, _Size __count, in __uninitialized_copy_n() 125 template <class _InputIter, class _Size, class _ForwardIter> 127 __uninitialized_copy_n(_InputIter __first, _Size __count, in __uninitialized_copy_n() 133 template <class _InputIter, class _Size, class _ForwardIter> 135 uninitialized_copy_n(_InputIter __first, _Size __count, in uninitialized_copy_n() 183 template <class _ForwardIter, class _Size, class _Tp> 185 __uninitialized_fill_n_aux(_ForwardIter __first, _Size __n, in __uninitialized_fill_n_aux() [all …]
|
H A D | stl_algobase.h | 308 template <class _InputIter, class _Size, class _OutputIter> 309 pair<_InputIter, _OutputIter> __copy_n(_InputIter __first, _Size __count, 320 template <class _RAIter, class _Size, class _OutputIter> 322 __copy_n(_RAIter __first, _Size __count, 329 template <class _InputIter, class _Size, class _OutputIter> 331 __copy_n(_InputIter __first, _Size __count, _OutputIter __result) { 336 template <class _InputIter, class _Size, class _OutputIter> 338 copy_n(_InputIter __first, _Size __count, _OutputIter __result) { 352 template <class _OutputIter, class _Size, class _Tp> 353 _OutputIter fill_n(_OutputIter __first, _Size __n, const _Tp& __value) {
|
H A D | stl_algo.h | 237 template <class _InputIter, class _Tp, class _Size> 239 _Size& __n) { in count() 245 template <class _InputIter, class _Predicate, class _Size> 247 _Size& __n) { in count_if() 509 template <class _OutputIter, class _Size, class _Generator> 510 _OutputIter generate_n(_OutputIter __first, _Size __n, _Generator __gen) { in generate_n() 1265 template <class _Size> 1266 inline _Size __lg(_Size __n) { in __lg() 1267 _Size __k; in __lg() 1272 template <class _RandomAccessIter, class _Tp, class _Size> [all …]
|
/haiku/src/system/runtime_loader/ |
H A D | elf_tls.cpp | 61 unsigned _Size() const in _Size() function in DynamicThreadVector 220 for (unsigned i = 0; i < _Size(); i++) { in DestroyAll() 240 for (unsigned dsoIndex = 0; dsoIndex < _Size(); dsoIndex++) { in operator []() 251 if (_Size() <= dso) { in operator []() 282 unsigned oldSize = _Size(); in _ResizeVector()
|
/haiku/src/apps/diskprobe/ |
H A D | TypeEditors.cpp | 95 size_t _Size(); 417 switch (_Size()) { in _UpdateText() 449 switch (_Size()) { in _UpdateText() 490 return fEditor.FileSize() >= (off_t)_Size(); in TypeMatches() 591 fEditor.Replace(0, buffer, _Size()); in CommitChanges() 635 NumberEditor::_Size() in _Size() function in NumberEditor
|
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/ |
H A D | ScrollView.h | 140 virtual BSize _Size(BSize childSize);
|
H A D | ScrollView.cpp | 396 return _Size(size); in MinSize() 404 return _Size(size); in PreferredSize() 971 ScrollView::_Size(BSize size) in _Size() function in ScrollView
|