OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_CharT_alloc_type
(Results
1 - 25
of
45
) sorted by null
1
2
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
vstring_util.h
51
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
55
typedef typename
_CharT_alloc_type
::size_type size_type;
56
typedef typename
_CharT_alloc_type
::difference_type difference_type;
57
typedef typename
_CharT_alloc_type
::pointer pointer;
58
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
45
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
46
typedef typename
_CharT_alloc_type
::size_type size_type;
50
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
214
_CharT_alloc_type
&
218
const
_CharT_alloc_type
&
257
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
rc_string_base.h
90
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
91
typedef typename
_CharT_alloc_type
::size_type size_type;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
vstring_util.h
54
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
58
typedef typename
_CharT_alloc_type
::size_type size_type;
59
typedef typename
_CharT_alloc_type
::difference_type difference_type;
60
typedef typename
_CharT_alloc_type
::pointer pointer;
61
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
47
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
48
typedef typename
_CharT_alloc_type
::size_type size_type;
52
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
220
_CharT_alloc_type
&
224
const
_CharT_alloc_type
&
263
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
rc_string_base.h
92
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
93
typedef typename
_CharT_alloc_type
::size_type size_type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
vstring_util.h
54
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
58
typedef typename
_CharT_alloc_type
::size_type size_type;
59
typedef typename
_CharT_alloc_type
::difference_type difference_type;
60
typedef typename
_CharT_alloc_type
::pointer pointer;
61
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
47
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
48
typedef typename
_CharT_alloc_type
::size_type size_type;
52
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
220
_CharT_alloc_type
&
224
const
_CharT_alloc_type
&
263
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
rc_string_base.h
92
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
93
typedef typename
_CharT_alloc_type
::size_type size_type;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h
51
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
55
typedef typename
_CharT_alloc_type
::size_type size_type;
56
typedef typename
_CharT_alloc_type
::difference_type difference_type;
57
typedef typename
_CharT_alloc_type
::pointer pointer;
58
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
45
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
46
typedef typename
_CharT_alloc_type
::size_type size_type;
50
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
214
_CharT_alloc_type
&
218
const
_CharT_alloc_type
&
257
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
rc_string_base.h
90
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
91
typedef typename
_CharT_alloc_type
::size_type size_type;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h
51
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
55
typedef typename
_CharT_alloc_type
::size_type size_type;
56
typedef typename
_CharT_alloc_type
::difference_type difference_type;
57
typedef typename
_CharT_alloc_type
::pointer pointer;
58
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
45
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
46
typedef typename
_CharT_alloc_type
::size_type size_type;
50
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
214
_CharT_alloc_type
&
218
const
_CharT_alloc_type
&
257
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
rc_string_base.h
90
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
91
typedef typename
_CharT_alloc_type
::size_type size_type;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
vstring_util.h
51
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
55
typedef typename
_CharT_alloc_type
::size_type size_type;
56
typedef typename
_CharT_alloc_type
::difference_type difference_type;
57
typedef typename
_CharT_alloc_type
::pointer pointer;
58
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
45
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
46
typedef typename
_CharT_alloc_type
::size_type size_type;
50
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
214
_CharT_alloc_type
&
218
const
_CharT_alloc_type
&
257
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
rc_string_base.h
90
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
91
typedef typename
_CharT_alloc_type
::size_type size_type;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
vstring_util.h
51
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
55
typedef typename
_CharT_alloc_type
::size_type size_type;
56
typedef typename
_CharT_alloc_type
::difference_type difference_type;
57
typedef typename
_CharT_alloc_type
::pointer pointer;
58
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
45
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
46
typedef typename
_CharT_alloc_type
::size_type size_type;
50
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
214
_CharT_alloc_type
&
218
const
_CharT_alloc_type
&
257
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
rc_string_base.h
90
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
91
typedef typename
_CharT_alloc_type
::size_type size_type;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
vstring_util.h
54
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
58
typedef typename
_CharT_alloc_type
::size_type size_type;
59
typedef typename
_CharT_alloc_type
::difference_type difference_type;
60
typedef typename
_CharT_alloc_type
::pointer pointer;
61
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
47
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
48
typedef typename
_CharT_alloc_type
::size_type size_type;
52
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
220
_CharT_alloc_type
&
224
const
_CharT_alloc_type
&
263
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
vstring_util.h
54
typedef typename _Alloc::template rebind<_CharT>::other
_CharT_alloc_type
;
58
typedef typename
_CharT_alloc_type
::size_type size_type;
59
typedef typename
_CharT_alloc_type
::difference_type difference_type;
60
typedef typename
_CharT_alloc_type
::pointer pointer;
61
typedef typename
_CharT_alloc_type
::const_pointer const_pointer;
sso_string_base.h
47
typedef typename _Util_Base::
_CharT_alloc_type
_CharT_alloc_type
;
48
typedef typename
_CharT_alloc_type
::size_type size_type;
52
typename _Util_Base::template _Alloc_hider<
_CharT_alloc_type
>
199
_CharT_alloc_type
&
203
const
_CharT_alloc_type
&
242
std::__alloc_swap<
_CharT_alloc_type
>::_S_do_it(_M_get_allocator(),
Completed in 927 milliseconds
1
2