OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_traits
(Results
776 - 800
of
1004
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h
88
typedef std::iterator_traits<_Iterator>
_Traits
;
92
typedef typename
_Traits
::iterator_category iterator_category;
93
typedef typename
_Traits
::value_type value_type;
94
typedef typename
_Traits
::difference_type difference_type;
95
typedef typename
_Traits
::reference reference;
96
typedef typename
_Traits
::pointer pointer;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h
88
typedef std::iterator_traits<_Iterator>
_Traits
;
92
typedef typename
_Traits
::iterator_category iterator_category;
93
typedef typename
_Traits
::value_type value_type;
94
typedef typename
_Traits
::difference_type difference_type;
95
typedef typename
_Traits
::reference reference;
96
typedef typename
_Traits
::pointer pointer;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_iterator.h
88
typedef std::iterator_traits<_Iterator>
_Traits
;
92
typedef typename
_Traits
::iterator_category iterator_category;
93
typedef typename
_Traits
::value_type value_type;
94
typedef typename
_Traits
::difference_type difference_type;
95
typedef typename
_Traits
::reference reference;
96
typedef typename
_Traits
::pointer pointer;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
safe_iterator.h
88
typedef std::iterator_traits<_Iterator>
_Traits
;
92
typedef typename
_Traits
::iterator_category iterator_category;
93
typedef typename
_Traits
::value_type value_type;
94
typedef typename
_Traits
::difference_type difference_type;
95
typedef typename
_Traits
::reference reference;
96
typedef typename
_Traits
::pointer pointer;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_classes.tcc
76
template<typename _CharT, typename
_Traits
, typename _Alloc>
79
operator()(const basic_string<_CharT,
_Traits
, _Alloc>& __s1,
80
const basic_string<_CharT,
_Traits
, _Alloc>& __s2) const
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
debug_map_base.hpp
58
template<typename _CharT, typename
_Traits
, typename _Tp1, typename _Tp2>
59
inline std::basic_ostream<_CharT,
_Traits
>&
60
operator<<(std::basic_ostream<_CharT,
_Traits
>& __out,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
stdio_sync_filebuf.h
46
template<typename _CharT, typename
_Traits
= std::char_traits<_CharT> >
47
class stdio_sync_filebuf : public std::basic_streambuf<_CharT,
_Traits
>
52
typedef
_Traits
traits_type;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
system_error
184
template<typename _CharT, typename
_Traits
>
185
basic_ostream<_CharT,
_Traits
>&
186
operator<<(basic_ostream<_CharT,
_Traits
>& __os, const error_code& __e)
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_classes.tcc
78
template<typename _CharT, typename
_Traits
, typename _Alloc>
81
operator()(const basic_string<_CharT,
_Traits
, _Alloc>& __s1,
82
const basic_string<_CharT,
_Traits
, _Alloc>& __s2) const
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
debug_map_base.hpp
59
template<typename _CharT, typename
_Traits
, typename _Tp1, typename _Tp2>
60
inline std::basic_ostream<_CharT,
_Traits
>&
61
operator<<(std::basic_ostream<_CharT,
_Traits
>& __out,
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h
56
template<typename _CharT, typename
_Traits
= std::char_traits<_CharT> >
57
class stdio_sync_filebuf : public std::basic_streambuf<_CharT,
_Traits
>
62
typedef
_Traits
traits_type;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
system_error
184
template<typename _CharT, typename
_Traits
>
185
basic_ostream<_CharT,
_Traits
>&
186
operator<<(basic_ostream<_CharT,
_Traits
>& __os, const error_code& __e)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_classes.tcc
78
template<typename _CharT, typename
_Traits
, typename _Alloc>
81
operator()(const basic_string<_CharT,
_Traits
, _Alloc>& __s1,
82
const basic_string<_CharT,
_Traits
, _Alloc>& __s2) const
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/
debug_map_base.hpp
59
template<typename _CharT, typename
_Traits
, typename _Tp1, typename _Tp2>
60
inline std::basic_ostream<_CharT,
_Traits
>&
61
operator<<(std::basic_ostream<_CharT,
_Traits
>& __out,
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
stdio_sync_filebuf.h
56
template<typename _CharT, typename
_Traits
= std::char_traits<_CharT> >
57
class stdio_sync_filebuf : public std::basic_streambuf<_CharT,
_Traits
>
62
typedef
_Traits
traits_type;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
system_error
184
template<typename _CharT, typename
_Traits
>
185
basic_ostream<_CharT,
_Traits
>&
186
operator<<(basic_ostream<_CharT,
_Traits
>& __os, const error_code& __e)
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc
76
template<typename _CharT, typename
_Traits
, typename _Alloc>
79
operator()(const basic_string<_CharT,
_Traits
, _Alloc>& __s1,
80
const basic_string<_CharT,
_Traits
, _Alloc>& __s2) const
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp
58
template<typename _CharT, typename
_Traits
, typename _Tp1, typename _Tp2>
59
inline std::basic_ostream<_CharT,
_Traits
>&
60
operator<<(std::basic_ostream<_CharT,
_Traits
>& __out,
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h
46
template<typename _CharT, typename
_Traits
= std::char_traits<_CharT> >
47
class stdio_sync_filebuf : public std::basic_streambuf<_CharT,
_Traits
>
52
typedef
_Traits
traits_type;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
system_error
184
template<typename _CharT, typename
_Traits
>
185
basic_ostream<_CharT,
_Traits
>&
186
operator<<(basic_ostream<_CharT,
_Traits
>& __os, const error_code& __e)
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc
76
template<typename _CharT, typename
_Traits
, typename _Alloc>
79
operator()(const basic_string<_CharT,
_Traits
, _Alloc>& __s1,
80
const basic_string<_CharT,
_Traits
, _Alloc>& __s2) const
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
debug_map_base.hpp
58
template<typename _CharT, typename
_Traits
, typename _Tp1, typename _Tp2>
59
inline std::basic_ostream<_CharT,
_Traits
>&
60
operator<<(std::basic_ostream<_CharT,
_Traits
>& __out,
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
stdio_sync_filebuf.h
46
template<typename _CharT, typename
_Traits
= std::char_traits<_CharT> >
47
class stdio_sync_filebuf : public std::basic_streambuf<_CharT,
_Traits
>
52
typedef
_Traits
traits_type;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
system_error
184
template<typename _CharT, typename
_Traits
>
185
basic_ostream<_CharT,
_Traits
>&
186
operator<<(basic_ostream<_CharT,
_Traits
>& __os, const error_code& __e)
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_classes.tcc
76
template<typename _CharT, typename
_Traits
, typename _Alloc>
79
operator()(const basic_string<_CharT,
_Traits
, _Alloc>& __s1,
80
const basic_string<_CharT,
_Traits
, _Alloc>& __s2) const
Completed in 3990 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>