OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Base
(Results
101 - 125
of
260
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/bits/
stl_vector.h
177
typedef _Vector_base<_Tp, _Alloc>
_Base
;
178
typedef typename
_Base
::_Tp_alloc_type _Tp_alloc_type;
196
using
_Base
::_M_allocate;
197
using
_Base
::_M_deallocate;
198
using
_Base
::_M_impl;
199
using
_Base
::_M_get_Tp_allocator;
208
:
_Base
() { }
216
:
_Base
(__a) { }
229
:
_Base
(__n, __a)
242
:
_Base
(__x.size(), __x._M_get_Tp_allocator()
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
stl_list.h
456
typedef _List_base<_Tp, _Alloc>
_Base
;
457
typedef typename
_Base
::_Tp_alloc_type _Tp_alloc_type;
478
using
_Base
::_M_impl;
479
using
_Base
::_M_put_node;
480
using
_Base
::_M_get_node;
481
using
_Base
::_M_get_Tp_allocator;
482
using
_Base
::_M_get_Node_allocator;
533
:
_Base
() { }
541
:
_Base
(__a) { }
553
:
_Base
()
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
stl_list.h
456
typedef _List_base<_Tp, _Alloc>
_Base
;
457
typedef typename
_Base
::_Tp_alloc_type _Tp_alloc_type;
478
using
_Base
::_M_impl;
479
using
_Base
::_M_put_node;
480
using
_Base
::_M_get_node;
481
using
_Base
::_M_get_Tp_allocator;
482
using
_Base
::_M_get_Node_allocator;
533
:
_Base
() { }
541
:
_Base
(__a) { }
553
:
_Base
()
[
all
...]
/external/stlport/stlport/stl/
_alloc.h
474
typedef _MaybeReboundAlloc
_Base
;
475
typedef typename
_Base
::size_type size_type;
485
_Base
(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488
_Base
& _M_base()
539
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541
{ __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548
{ return
_Base
::allocate(__n); }
551
{ return
_Base
::_M_allocate(__n, __allocated_n); }
_sstream.h
63
typedef basic_streambuf<_CharT, _Traits>
_Base
;
89
virtual
_Base
* setbuf(_CharT* __buf, streamsize __n);
126
typedef basic_istream<_CharT, _Traits>
_Base
;
169
typedef basic_ostream<_CharT, _Traits>
_Base
;
213
typedef basic_iostream<_CharT, _Traits>
_Base
;
_strstream.h
49
typedef basic_streambuf<char, char_traits<char> >
_Base
;
77
virtual
_Base
* setbuf(char* __buf, streamsize __n);
/external/stlport/stlport/stl/debug/
_iterator.h
199
typedef _DBG_iter_base<_Container>
_Base
;
201
typedef typename
_Base
::value_type value_type;
202
typedef typename
_Base
::difference_type difference_type;
206
typedef typename
_Base
::_Nonconst_iterator _Nonconst_iterator;
207
typedef typename
_Base
::_Const_iterator _Const_iterator;
216
typedef typename
_Base
::iterator_category iterator_category;
218
typedef typename
_Base
::_Iterator_category _Iterator_category;
237
(
_Base
&)*this = __rhs;
242
(
_Base
&)*this = __rhs;
_tree.h
94
typedef _STLP_NON_DBG_TREE
_Base
;
96
_Base
_M_non_dbg_impl;
100
__IMPORT_CONTAINER_TYPEDEFS(
_Base
)
101
typedef typename
_Base
::key_type key_type;
105
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117
typedef typename
_Base
::iterator _Base_iterator;
118
typedef typename
_Base
::const_iterator _Base_const_iterator;
132
_M_non_dbg_impl(__move_source<
_Base
>(src.get()._M_non_dbg_impl)),
_hashtable.h
93
typedef _STLP_NON_DBG_HT
_Base
;
100
_Base
_M_non_dbg_impl;
108
__IMPORT_CONTAINER_TYPEDEFS(
_Base
)
110
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_NonConstTraits> > iterator;
111
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_ConstTraits> > const_iterator;
112
//typedef _STLP_PRIV _DBG_iter<
_Base
, _DbgTraits<_NonConstLocalTraits> > local_iterator;
114
//typedef _STLP_PRIV _DBG_iter<
_Base
, _DbgTraits<_ConstLocalTraits> > const_local_iterator;
117
typedef typename
_Base
::iterator _Base_iterator;
118
typedef typename
_Base
::const_iterator _Base_const_iterator;
155
: _M_non_dbg_impl(__move_source<
_Base
>(src.get()._M_non_dbg_impl))
[
all
...]
/ndk/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
474
typedef _MaybeReboundAlloc
_Base
;
475
typedef typename
_Base
::size_type size_type;
485
_Base
(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488
_Base
& _M_base()
539
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541
{ __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548
{ return
_Base
::allocate(__n); }
551
{ return
_Base
::_M_allocate(__n, __allocated_n); }
_sstream.h
63
typedef basic_streambuf<_CharT, _Traits>
_Base
;
89
virtual
_Base
* setbuf(_CharT* __buf, streamsize __n);
126
typedef basic_istream<_CharT, _Traits>
_Base
;
169
typedef basic_ostream<_CharT, _Traits>
_Base
;
213
typedef basic_iostream<_CharT, _Traits>
_Base
;
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h
199
typedef _DBG_iter_base<_Container>
_Base
;
201
typedef typename
_Base
::value_type value_type;
202
typedef typename
_Base
::difference_type difference_type;
206
typedef typename
_Base
::_Nonconst_iterator _Nonconst_iterator;
207
typedef typename
_Base
::_Const_iterator _Const_iterator;
216
typedef typename
_Base
::iterator_category iterator_category;
218
typedef typename
_Base
::_Iterator_category _Iterator_category;
237
(
_Base
&)*this = __rhs;
242
(
_Base
&)*this = __rhs;
_tree.h
94
typedef _STLP_NON_DBG_TREE
_Base
;
96
_Base
_M_non_dbg_impl;
100
__IMPORT_CONTAINER_TYPEDEFS(
_Base
)
101
typedef typename
_Base
::key_type key_type;
105
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117
typedef typename
_Base
::iterator _Base_iterator;
118
typedef typename
_Base
::const_iterator _Base_const_iterator;
132
_M_non_dbg_impl(__move_source<
_Base
>(src.get()._M_non_dbg_impl)),
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
474
typedef _MaybeReboundAlloc
_Base
;
475
typedef typename
_Base
::size_type size_type;
485
_Base
(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488
_Base
& _M_base()
539
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541
{ __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548
{ return
_Base
::allocate(__n); }
551
{ return
_Base
::_M_allocate(__n, __allocated_n); }
_sstream.h
63
typedef basic_streambuf<_CharT, _Traits>
_Base
;
89
virtual
_Base
* setbuf(_CharT* __buf, streamsize __n);
126
typedef basic_istream<_CharT, _Traits>
_Base
;
169
typedef basic_ostream<_CharT, _Traits>
_Base
;
213
typedef basic_iostream<_CharT, _Traits>
_Base
;
/prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h
199
typedef _DBG_iter_base<_Container>
_Base
;
201
typedef typename
_Base
::value_type value_type;
202
typedef typename
_Base
::difference_type difference_type;
206
typedef typename
_Base
::_Nonconst_iterator _Nonconst_iterator;
207
typedef typename
_Base
::_Const_iterator _Const_iterator;
216
typedef typename
_Base
::iterator_category iterator_category;
218
typedef typename
_Base
::_Iterator_category _Iterator_category;
237
(
_Base
&)*this = __rhs;
242
(
_Base
&)*this = __rhs;
_tree.h
94
typedef _STLP_NON_DBG_TREE
_Base
;
96
_Base
_M_non_dbg_impl;
100
__IMPORT_CONTAINER_TYPEDEFS(
_Base
)
101
typedef typename
_Base
::key_type key_type;
105
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117
typedef typename
_Base
::iterator _Base_iterator;
118
typedef typename
_Base
::const_iterator _Base_const_iterator;
132
_M_non_dbg_impl(__move_source<
_Base
>(src.get()._M_non_dbg_impl)),
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
474
typedef _MaybeReboundAlloc
_Base
;
475
typedef typename
_Base
::size_type size_type;
485
_Base
(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488
_Base
& _M_base()
539
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541
{ __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548
{ return
_Base
::allocate(__n); }
551
{ return
_Base
::_M_allocate(__n, __allocated_n); }
_sstream.h
63
typedef basic_streambuf<_CharT, _Traits>
_Base
;
89
virtual
_Base
* setbuf(_CharT* __buf, streamsize __n);
126
typedef basic_istream<_CharT, _Traits>
_Base
;
169
typedef basic_ostream<_CharT, _Traits>
_Base
;
213
typedef basic_iostream<_CharT, _Traits>
_Base
;
/prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h
199
typedef _DBG_iter_base<_Container>
_Base
;
201
typedef typename
_Base
::value_type value_type;
202
typedef typename
_Base
::difference_type difference_type;
206
typedef typename
_Base
::_Nonconst_iterator _Nonconst_iterator;
207
typedef typename
_Base
::_Const_iterator _Const_iterator;
216
typedef typename
_Base
::iterator_category iterator_category;
218
typedef typename
_Base
::_Iterator_category _Iterator_category;
237
(
_Base
&)*this = __rhs;
242
(
_Base
&)*this = __rhs;
_tree.h
94
typedef _STLP_NON_DBG_TREE
_Base
;
96
_Base
_M_non_dbg_impl;
100
__IMPORT_CONTAINER_TYPEDEFS(
_Base
)
101
typedef typename
_Base
::key_type key_type;
105
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117
typedef typename
_Base
::iterator _Base_iterator;
118
typedef typename
_Base
::const_iterator _Base_const_iterator;
132
_M_non_dbg_impl(__move_source<
_Base
>(src.get()._M_non_dbg_impl)),
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_alloc.h
474
typedef _MaybeReboundAlloc
_Base
;
475
typedef typename
_Base
::size_type size_type;
485
_Base
(_STLP_PRIV _AsMoveSource(src.get()._M_base())),
488
_Base
& _M_base()
539
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).allocate(__n, 0); }
541
{ __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0)).deallocate(__p, __n); }
544
{ return __stl_alloc_rebind(__STATIC_CAST(
_Base
&, *this), __STATIC_CAST(_Tp*, 0))._M_allocate(__n, __allocated_n); }
548
{ return
_Base
::allocate(__n); }
551
{ return
_Base
::_M_allocate(__n, __allocated_n); }
_sstream.h
63
typedef basic_streambuf<_CharT, _Traits>
_Base
;
89
virtual
_Base
* setbuf(_CharT* __buf, streamsize __n);
126
typedef basic_istream<_CharT, _Traits>
_Base
;
169
typedef basic_ostream<_CharT, _Traits>
_Base
;
213
typedef basic_iostream<_CharT, _Traits>
_Base
;
/prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_iterator.h
199
typedef _DBG_iter_base<_Container>
_Base
;
201
typedef typename
_Base
::value_type value_type;
202
typedef typename
_Base
::difference_type difference_type;
206
typedef typename
_Base
::_Nonconst_iterator _Nonconst_iterator;
207
typedef typename
_Base
::_Const_iterator _Const_iterator;
216
typedef typename
_Base
::iterator_category iterator_category;
218
typedef typename
_Base
::_Iterator_category _Iterator_category;
237
(
_Base
&)*this = __rhs;
242
(
_Base
&)*this = __rhs;
_tree.h
94
typedef _STLP_NON_DBG_TREE
_Base
;
96
_Base
_M_non_dbg_impl;
100
__IMPORT_CONTAINER_TYPEDEFS(
_Base
)
101
typedef typename
_Base
::key_type key_type;
105
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_NonConstIteTraits> > iterator;
106
typedef _STLP_PRIV _DBG_iter<
_Base
, _STLP_PRIV _DbgTraits<_ConstIteTraits> > const_iterator;
117
typedef typename
_Base
::iterator _Base_iterator;
118
typedef typename
_Base
::const_iterator _Base_const_iterator;
132
_M_non_dbg_impl(__move_source<
_Base
>(src.get()._M_non_dbg_impl)),
Completed in 2682 milliseconds
1
2
3
4
5
6
7
8
9
10
11