Searched refs:_Size (Results 1 - 7 of 7) sorted by relevance

/haiku/headers/cpp/
H A Dstl_uninitialized.h99 template <class _InputIter, class _Size, class _ForwardIter>
101 __uninitialized_copy_n(_InputIter __first, _Size __count,
114 template <class _RandomAccessIter, class _Size, class _ForwardIter>
116 __uninitialized_copy_n(_RandomAccessIter __first, _Size __count,
125 template <class _InputIter, class _Size, class _ForwardIter>
127 __uninitialized_copy_n(_InputIter __first, _Size __count,
133 template <class _InputIter, class _Size, class _ForwardIter>
135 uninitialized_copy_n(_InputIter __first, _Size __count,
183 template <class _ForwardIter, class _Size, class _Tp>
185 __uninitialized_fill_n_aux(_ForwardIter __first, _Size __
[all...]
H A Dstl_algobase.h308 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 __
[all...]
H A Dstl_algo.h237 template <class _InputIter, class _Tp, class _Size>
239 _Size& __n) {
245 template <class _InputIter, class _Predicate, class _Size>
247 _Size& __n) {
509 template <class _OutputIter, class _Size, class _Generator>
510 _OutputIter generate_n(_OutputIter __first, _Size __n, _Generator __gen) {
1265 template <class _Size>
1266 inline _Size __lg(_Size __n) {
1267 _Size __
[all...]
/haiku/src/system/runtime_loader/
H A Delf_tls.cpp61 unsigned _Size() const function in class:DynamicThreadVector
220 for (unsigned i = 0; i < _Size(); i++) {
240 for (unsigned dsoIndex = 0; dsoIndex < _Size(); dsoIndex++) {
251 if (_Size() <= dso) {
282 unsigned oldSize = _Size();
/haiku/src/apps/icon-o-matic/generic/gui/scrollview/
H A DScrollView.h140 virtual BSize _Size(BSize childSize);
H A DScrollView.cpp396 return _Size(size);
404 return _Size(size);
971 ScrollView::_Size(BSize size) function in class:ScrollView
/haiku/src/apps/diskprobe/
H A DTypeEditors.cpp95 size_t _Size();
417 switch (_Size()) {
449 switch (_Size()) {
490 return fEditor.FileSize() >= (off_t)_Size();
591 fEditor.Replace(0, buffer, _Size());
635 NumberEditor::_Size() function in class:NumberEditor

Completed in 76 milliseconds