HomeSort by relevance Sort by last modified time
    Searched defs:traits_type (Results 1 - 25 of 103) sorted by null

1 2 3 4 5

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/
enc_filebuf.h 44 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
45 typedef typename traits_type::state_type state_type;
46 typedef typename traits_type::pos_type pos_type;
stdio_filebuf.h 52 typedef _Traits traits_type; typedef in class:stdio_filebuf
53 typedef typename traits_type::int_type int_type;
54 typedef typename traits_type::pos_type pos_type;
55 typedef typename traits_type::off_type off_type;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 44 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
45 typedef typename traits_type::state_type state_type;
46 typedef typename traits_type::pos_type pos_type;
stdio_filebuf.h 52 typedef _Traits traits_type; typedef in class:stdio_filebuf
53 typedef typename traits_type::int_type int_type;
54 typedef typename traits_type::pos_type pos_type;
55 typedef typename traits_type::off_type off_type;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/
enc_filebuf.h 44 typedef encoding_char_traits<_CharT> traits_type; typedef in class:enc_filebuf
45 typedef typename traits_type::state_type state_type;
46 typedef typename traits_type::pos_type pos_type;
stdio_filebuf.h 52 typedef _Traits traits_type; typedef in class:stdio_filebuf
53 typedef typename traits_type::int_type int_type;
54 typedef typename traits_type::pos_type pos_type;
55 typedef typename traits_type::off_type off_type;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
sort.h 200 typedef std::iterator_traits<RandomAccessIterator> traits_type; typedef
201 typedef typename traits_type::value_type value_type;
202 typedef typename traits_type::difference_type difference_type;
par_loop.h 76 typedef std::iterator_traits<RandomAccessIterator> traits_type; typedef
77 typedef typename traits_type::difference_type difference_type;
partial_sum.h 95 typedef std::iterator_traits<InputIterator> traits_type; typedef
96 typedef typename traits_type::value_type value_type;
97 typedef typename traits_type::difference_type difference_type;
201 typedef std::iterator_traits<InputIterator> traits_type; typedef
202 typedef typename traits_type::value_type value_type;
203 typedef typename traits_type::difference_type difference_type;
quicksort.h 59 typedef std::iterator_traits<RandomAccessIterator> traits_type; typedef
60 typedef typename traits_type::value_type value_type;
61 typedef typename traits_type::difference_type difference_type;
106 typedef std::iterator_traits<RandomAccessIterator> traits_type; typedef
107 typedef typename traits_type::value_type value_type;
108 typedef typename traits_type::difference_type difference_type;
164 typedef std::iterator_traits<RandomAccessIterator> traits_type; typedef
165 typedef typename traits_type::value_type value_type;
166 typedef typename traits_type::difference_type difference_type;
search.h 86 typedef std::iterator_traits<_RandomAccessIterator1> traits_type; typedef
87 typedef typename traits_type::difference_type difference_type;
unique_copy.h 56 typedef std::iterator_traits<InputIterator> traits_type; typedef
57 typedef typename traits_type::value_type value_type;
58 typedef typename traits_type::difference_type difference_type;
  /external/stlport/src/
fstream.cpp 39 typedef char_traits<char> traits_type; typedef
40 typedef traits_type::int_type int_type;
44 return traits_type::eof();
49 int_type __c = traits_type::to_int_type(*__this->gptr());
81 return traits_type::to_int_type(*__this->gptr());
  /external/stlport/test/unit/
full_streambuf.h 16 typedef _Base::traits_type traits_type; typedef in class:full_streambuf
33 return traits_type::eof();
36 _buf += traits_type::to_char_type(c);
  /ndk/sources/cxx-stl/stlport/src/
fstream.cpp 39 typedef char_traits<char> traits_type; typedef
40 typedef traits_type::int_type int_type;
44 return traits_type::eof();
49 int_type __c = traits_type::to_int_type(*__this->gptr());
81 return traits_type::to_int_type(*__this->gptr());
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 16 typedef _Base::traits_type traits_type; typedef in class:full_streambuf
33 return traits_type::eof();
36 _buf += traits_type::to_char_type(c);
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 16 typedef _Base::traits_type traits_type; typedef in class:full_streambuf
33 return traits_type::eof();
36 _buf += traits_type::to_char_type(c);
  /external/stlport/stlport/stl/
_ostreambuf_iterator.h 45 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
63 traits_type::eof());
_ios.h 55 typedef _Traits traits_type; typedef in class:basic_ios
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) {
67 basic_ostream<char_type, traits_type>* __tmp = _M_tied_ostream;
76 rdbuf(basic_streambuf<char_type, traits_type>*);
_istreambuf_iterator.h 50 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 _STLP_MUTABLE(_Self, _M_c) = traits_type::to_char_type(__c);
94 _STLP_MUTABLE(_Self, _M_eof) = traits_type::eq_int_type(__c, traits_type::eof());
_sstream.h 61 typedef _Traits traits_type; typedef in class:basic_stringbuf
123 typedef _Traits traits_type; typedef in class:basic_istringstream
166 typedef _Traits traits_type; typedef in class:basic_ostringstream
210 typedef _Traits traits_type; typedef in class:basic_stringstream
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 45 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
63 traits_type::eof());
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 45 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
63 traits_type::eof());
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_ostreambuf_iterator.h 45 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
62 _M_ok = _M_ok && !traits_type::eq_int_type(_M_buf->sputc(__c),
63 traits_type::eof());
  /external/clang/test/SemaTemplate/
alias-templates.cpp 44 typedef traits<thing<inner>> traits_type; typedef in struct:X::thing
48 thing(traits_type &traits) : traits(traits), val(traits.alloc()) {}
51 traits_type &traits;
66 itt::thing::traits_type itr;

Completed in 411 milliseconds

1 2 3 4 5