HomeSort by relevance Sort by last modified time
    Searched refs:traits_type (Results 26 - 50 of 458) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 62 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
63 typedef typename traits_type::int_type int_type;
64 typedef typename traits_type::pos_type pos_type;
65 typedef typename traits_type::off_type off_type;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
117 pbackfail(int_type __c = traits_type::eof())
120 const int_type __eof = traits_type::eof();
123 if (traits_type::eq_int_type(__c, __eof)) // unget
125 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
142 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
stdio_sync_filebuf.h 62 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
63 typedef typename traits_type::int_type int_type;
64 typedef typename traits_type::pos_type pos_type;
65 typedef typename traits_type::off_type off_type;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
117 pbackfail(int_type __c = traits_type::eof())
120 const int_type __eof = traits_type::eof();
123 if (traits_type::eq_int_type(__c, __eof)) // unget
125 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
142 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
stdio_sync_filebuf.h 62 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
63 typedef typename traits_type::int_type int_type;
64 typedef typename traits_type::pos_type pos_type;
65 typedef typename traits_type::off_type off_type;
78 : _M_file(__f), _M_unget_buf(traits_type::eof())
117 pbackfail(int_type __c = traits_type::eof())
120 const int_type __eof = traits_type::eof();
123 if (traits_type::eq_int_type(__c, __eof)) // unget
125 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
142 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
stdio_sync_filebuf.h 61 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
62 typedef typename traits_type::int_type int_type;
63 typedef typename traits_type::pos_type pos_type;
64 typedef typename traits_type::off_type off_type;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
116 pbackfail(int_type __c = traits_type::eof())
119 const int_type __eof = traits_type::eof();
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
141 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/
stdio_sync_filebuf.h 61 typedef _Traits traits_type; typedef in class:stdio_sync_filebuf
62 typedef typename traits_type::int_type int_type;
63 typedef typename traits_type::pos_type pos_type;
64 typedef typename traits_type::off_type off_type;
77 : _M_file(__f), _M_unget_buf(traits_type::eof())
116 pbackfail(int_type __c = traits_type::eof())
119 const int_type __eof = traits_type::eof();
122 if (traits_type::eq_int_type(__c, __eof)) // unget
124 if (!traits_type::eq_int_type(_M_unget_buf, __eof))
141 overflow(int_type __c = traits_type::eof()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/
streambuf_iterator.h 61 typedef _Traits traits_type; typedef in class:istreambuf_iterator
89 // returns traits_type::eof()), the iterator becomes equal to
99 : _M_sbuf(0), _M_c(traits_type::eof()) { }
103 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
107 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
122 return traits_type::to_char_type(_M_get());
135 _M_c = traits_type::eof();
152 _M_c = traits_type::eof();
169 const int_type __eof = traits_type::eof();
173 if (!traits_type::eq_int_type(_M_c, __eof)
214 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
328 typedef typename __is_iterator_type::traits_type traits_type; typedef
363 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
streambuf_iterator.h 65 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 // returns traits_type::eof()), the iterator becomes equal to
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 return traits_type::to_char_type(_M_get());
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
183 if (!traits_type::eq_int_type(_M_c, __eof)
224 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
338 typedef typename __is_iterator_type::traits_type traits_type; typedef
373 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
streambuf_iterator.h 65 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 // returns traits_type::eof()), the iterator becomes equal to
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 return traits_type::to_char_type(_M_get());
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
183 if (!traits_type::eq_int_type(_M_c, __eof)
224 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
338 typedef typename __is_iterator_type::traits_type traits_type; typedef
373 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 54 typedef _Traits traits_type; typedef in class:istreambuf_iterator
82 // returns traits_type::eof()), the iterator becomes equal to
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
115 return traits_type::to_char_type(_M_get());
128 _M_c = traits_type::eof();
145 _M_c = traits_type::eof();
162 const int_type __eof = traits_type::eof();
166 if (!traits_type::eq_int_type(_M_c, __eof)
207 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
321 typedef typename __is_iterator_type::traits_type traits_type; typedef
356 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 54 typedef _Traits traits_type; typedef in class:istreambuf_iterator
82 // returns traits_type::eof()), the iterator becomes equal to
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
115 return traits_type::to_char_type(_M_get());
128 _M_c = traits_type::eof();
145 _M_c = traits_type::eof();
162 const int_type __eof = traits_type::eof();
166 if (!traits_type::eq_int_type(_M_c, __eof)
207 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
321 typedef typename __is_iterator_type::traits_type traits_type; typedef
356 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
streambuf_iterator.h 54 typedef _Traits traits_type; typedef in class:istreambuf_iterator
82 // returns traits_type::eof()), the iterator becomes equal to
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
115 return traits_type::to_char_type(_M_get());
128 _M_c = traits_type::eof();
145 _M_c = traits_type::eof();
162 const int_type __eof = traits_type::eof();
166 if (!traits_type::eq_int_type(_M_c, __eof)
207 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
321 typedef typename __is_iterator_type::traits_type traits_type; typedef
356 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
streambuf_iterator.h 54 typedef _Traits traits_type; typedef in class:istreambuf_iterator
82 // returns traits_type::eof()), the iterator becomes equal to
92 : _M_sbuf(0), _M_c(traits_type::eof()) { }
96 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
100 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
115 return traits_type::to_char_type(_M_get());
128 _M_c = traits_type::eof();
145 _M_c = traits_type::eof();
162 const int_type __eof = traits_type::eof();
166 if (!traits_type::eq_int_type(_M_c, __eof)
207 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
321 typedef typename __is_iterator_type::traits_type traits_type; typedef
356 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 61 typedef _Traits traits_type; typedef in class:istreambuf_iterator
89 // returns traits_type::eof()), the iterator becomes equal to
99 : _M_sbuf(0), _M_c(traits_type::eof()) { }
103 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
107 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
122 return traits_type::to_char_type(_M_get());
135 _M_c = traits_type::eof();
152 _M_c = traits_type::eof();
169 const int_type __eof = traits_type::eof();
173 if (!traits_type::eq_int_type(_M_c, __eof)
214 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
328 typedef typename __is_iterator_type::traits_type traits_type; typedef
363 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 67 typedef _Traits traits_type; typedef in class:istreambuf_iterator
95 // returns traits_type::eof()), the iterator becomes equal to
105 : _M_sbuf(0), _M_c(traits_type::eof()) { }
115 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
119 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
134 return traits_type::to_char_type(_M_get());
147 _M_c = traits_type::eof();
164 _M_c = traits_type::eof();
181 const int_type __eof = traits_type::eof();
185 if (!traits_type::eq_int_type(_M_c, __eof)
226 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
340 typedef typename __is_iterator_type::traits_type traits_type; typedef
375 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
streambuf_iterator.h 61 typedef _Traits traits_type; typedef in class:istreambuf_iterator
89 // returns traits_type::eof()), the iterator becomes equal to
99 : _M_sbuf(0), _M_c(traits_type::eof()) { }
103 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
107 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
122 return traits_type::to_char_type(_M_get());
135 _M_c = traits_type::eof();
152 _M_c = traits_type::eof();
169 const int_type __eof = traits_type::eof();
173 if (!traits_type::eq_int_type(_M_c, __eof)
214 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
328 typedef typename __is_iterator_type::traits_type traits_type; typedef
363 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
streambuf_iterator.h 67 typedef _Traits traits_type; typedef in class:istreambuf_iterator
95 // returns traits_type::eof()), the iterator becomes equal to
105 : _M_sbuf(0), _M_c(traits_type::eof()) { }
115 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
119 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
134 return traits_type::to_char_type(_M_get());
147 _M_c = traits_type::eof();
164 _M_c = traits_type::eof();
181 const int_type __eof = traits_type::eof();
185 if (!traits_type::eq_int_type(_M_c, __eof)
226 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
340 typedef typename __is_iterator_type::traits_type traits_type; typedef
375 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
streambuf_iterator.h 65 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 // returns traits_type::eof()), the iterator becomes equal to
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 return traits_type::to_char_type(_M_get());
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
183 if (!traits_type::eq_int_type(_M_c, __eof)
224 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
338 typedef typename __is_iterator_type::traits_type traits_type; typedef
373 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
streambuf_iterator.h 65 typedef _Traits traits_type; typedef in class:istreambuf_iterator
93 // returns traits_type::eof()), the iterator becomes equal to
103 : _M_sbuf(0), _M_c(traits_type::eof()) { }
113 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { }
117 : _M_sbuf(__s), _M_c(traits_type::eof()) { }
132 return traits_type::to_char_type(_M_get());
145 _M_c = traits_type::eof();
162 _M_c = traits_type::eof();
179 const int_type __eof = traits_type::eof();
183 if (!traits_type::eq_int_type(_M_c, __eof)
224 typedef _Traits traits_type; typedef in class:ostreambuf_iterator
338 typedef typename __is_iterator_type::traits_type traits_type; typedef
373 typedef typename __is_iterator_type::traits_type traits_type; typedef
    [all...]
  /external/chromium_org/base/
scoped_generic.h 73 typedef Traits traits_type; typedef in class:base::ScopedGeneric
75 ScopedGeneric() : data_(traits_type::InvalidValue()) {}
82 ScopedGeneric(const element_type& value, const traits_type& traits)
98 void reset(const element_type& value = traits_type::InvalidValue()) {
99 if (data_.generic != traits_type::InvalidValue() && data_.generic == value)
119 data_.generic = traits_type::InvalidValue();
127 bool is_valid() const { return data_.generic != traits_type::InvalidValue(); }
141 if (data_.generic != traits_type::InvalidValue()) {
143 data_.generic = traits_type::InvalidValue();
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp 29 typedef base::traits_type traits_type; typedef in struct:test_buf
38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
48 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
55 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
pbackfail.pass.cpp 29 typedef base::traits_type traits_type; typedef in struct:test_buf
38 virtual int_type pbackfail(int_type c = traits_type::eof()) {return base::pbackfail(c);}
48 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
55 assert(f.pbackfail(L'a') == test_buf::traits_type::eof());
  /external/stlport/src/
stdio_streambuf.cpp 168 return traits_type::eof();
177 return c != EOF ? c : traits_type::eof();
181 if (c != traits_type::eof()) {
183 return result != EOF ? result : traits_type::eof();
188 return traits_type::not_eof(c);
191 return traits_type::eof();
205 if (c == traits_type::eof()) {
212 return traits_type::not_eof(c);
214 return traits_type::eof();
219 return traits_type::not_eof(c)
    [all...]
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 168 return traits_type::eof();
177 return c != EOF ? c : traits_type::eof();
181 if (c != traits_type::eof()) {
183 return result != EOF ? result : traits_type::eof();
188 return traits_type::not_eof(c);
191 return traits_type::eof();
205 if (c == traits_type::eof()) {
212 return traits_type::not_eof(c);
214 return traits_type::eof();
219 return traits_type::not_eof(c)
    [all...]
  /external/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 20 // typedef traits traits_type;
37 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
38 static_assert((std::is_same<I1::int_type, I1::traits_type::int_type>::value), "");
47 static_assert((std::is_same<I2::traits_type, std::char_traits<wchar_t> >::value), "");
48 static_assert((std::is_same<I2::int_type, I2::traits_type::int_type>::value), "");
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/iterators/stream.iterators/istreambuf.iterator/
types.pass.cpp 20 // typedef traits traits_type;
37 static_assert((std::is_same<I1::traits_type, std::char_traits<char> >::value), "");
38 static_assert((std::is_same<I1::int_type, I1::traits_type::int_type>::value), "");
47 static_assert((std::is_same<I2::traits_type, std::char_traits<wchar_t> >::value), "");
48 static_assert((std::is_same<I2::int_type, I2::traits_type::int_type>::value), "");

Completed in 544 milliseconds

12 3 4 5 6 7 8 91011>>