Symbol: _Size
headers/cpp/stl_algo.h
1265
template <class _Size>
headers/cpp/stl_algo.h
1266
inline _Size __lg(_Size __n) {
headers/cpp/stl_algo.h
1267
_Size __k;
headers/cpp/stl_algo.h
1272
template <class _RandomAccessIter, class _Tp, class _Size>
headers/cpp/stl_algo.h
1275
_Size __depth_limit)
headers/cpp/stl_algo.h
1293
template <class _RandomAccessIter, class _Tp, class _Size, class _Compare>
headers/cpp/stl_algo.h
1296
_Size __depth_limit, _Compare __comp)
headers/cpp/stl_algo.h
237
template <class _InputIter, class _Tp, class _Size>
headers/cpp/stl_algo.h
239
_Size& __n) {
headers/cpp/stl_algo.h
245
template <class _InputIter, class _Predicate, class _Size>
headers/cpp/stl_algo.h
247
_Size& __n) {
headers/cpp/stl_algo.h
509
template <class _OutputIter, class _Size, class _Generator>
headers/cpp/stl_algo.h
510
_OutputIter generate_n(_OutputIter __first, _Size __n, _Generator __gen) {
headers/cpp/stl_algobase.h
308
template <class _InputIter, class _Size, class _OutputIter>
headers/cpp/stl_algobase.h
309
pair<_InputIter, _OutputIter> __copy_n(_InputIter __first, _Size __count,
headers/cpp/stl_algobase.h
320
template <class _RAIter, class _Size, class _OutputIter>
headers/cpp/stl_algobase.h
322
__copy_n(_RAIter __first, _Size __count,
headers/cpp/stl_algobase.h
329
template <class _InputIter, class _Size, class _OutputIter>
headers/cpp/stl_algobase.h
331
__copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
headers/cpp/stl_algobase.h
336
template <class _InputIter, class _Size, class _OutputIter>
headers/cpp/stl_algobase.h
338
copy_n(_InputIter __first, _Size __count, _OutputIter __result) {
headers/cpp/stl_algobase.h
352
template <class _OutputIter, class _Size, class _Tp>
headers/cpp/stl_algobase.h
353
_OutputIter fill_n(_OutputIter __first, _Size __n, const _Tp& __value) {
headers/cpp/stl_uninitialized.h
101
__uninitialized_copy_n(_InputIter __first, _Size __count,
headers/cpp/stl_uninitialized.h
114
template <class _RandomAccessIter, class _Size, class _ForwardIter>
headers/cpp/stl_uninitialized.h
116
__uninitialized_copy_n(_RandomAccessIter __first, _Size __count,
headers/cpp/stl_uninitialized.h
125
template <class _InputIter, class _Size, class _ForwardIter>
headers/cpp/stl_uninitialized.h
127
__uninitialized_copy_n(_InputIter __first, _Size __count,
headers/cpp/stl_uninitialized.h
133
template <class _InputIter, class _Size, class _ForwardIter>
headers/cpp/stl_uninitialized.h
135
uninitialized_copy_n(_InputIter __first, _Size __count,
headers/cpp/stl_uninitialized.h
183
template <class _ForwardIter, class _Size, class _Tp>
headers/cpp/stl_uninitialized.h
185
__uninitialized_fill_n_aux(_ForwardIter __first, _Size __n,
headers/cpp/stl_uninitialized.h
191
template <class _ForwardIter, class _Size, class _Tp>
headers/cpp/stl_uninitialized.h
193
__uninitialized_fill_n_aux(_ForwardIter __first, _Size __n,
headers/cpp/stl_uninitialized.h
205
template <class _ForwardIter, class _Size, class _Tp, class _Tp1>
headers/cpp/stl_uninitialized.h
207
__uninitialized_fill_n(_ForwardIter __first, _Size __n, const _Tp& __x, _Tp1*)
headers/cpp/stl_uninitialized.h
213
template <class _ForwardIter, class _Size, class _Tp>
headers/cpp/stl_uninitialized.h
215
uninitialized_fill_n(_ForwardIter __first, _Size __n, const _Tp& __x)
headers/cpp/stl_uninitialized.h
99
template <class _InputIter, class _Size, class _ForwardIter>
src/apps/diskprobe/TypeEditors.cpp
406
switch (_Size()) {
src/apps/diskprobe/TypeEditors.cpp
438
switch (_Size()) {
src/apps/diskprobe/TypeEditors.cpp
479
return fEditor.FileSize() >= (off_t)_Size();
src/apps/diskprobe/TypeEditors.cpp
580
fEditor.Replace(0, buffer, _Size());
src/apps/diskprobe/TypeEditors.cpp
95
size_t _Size();
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
396
return _Size(size);
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.cpp
404
return _Size(size);
src/apps/icon-o-matic/generic/gui/scrollview/ScrollView.h
140
virtual BSize _Size(BSize childSize);
src/system/runtime_loader/elf_tls.cpp
220
for (unsigned i = 0; i < _Size(); i++) {
src/system/runtime_loader/elf_tls.cpp
240
for (unsigned dsoIndex = 0; dsoIndex < _Size(); dsoIndex++) {
src/system/runtime_loader/elf_tls.cpp
251
if (_Size() <= dso) {
src/system/runtime_loader/elf_tls.cpp
282
unsigned oldSize = _Size();