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

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.c 85 __ok = __ok && !_Traits::eq_int_type(this->overflow(traits_type::eof()),
86 traits_type::eof());
158 const int_type __eof = traits_type::eof();
167 (traits_type::eq_int_type(__c, __eof) ||
168 traits_type::eq(traits_type::to_char_type(__c), this->gptr()[-1]) ||
171 if (traits_type::eq_int_type(__c, __eof) ||
172 traits_type::eq(traits_type::to_char_type(__c), *this->gptr()))
173 return traits_type::to_int_type(*this->gptr())
    [all...]
_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>*);
  /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());
  /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/issue42891-boost-1_52/jni/boost/boost/test/utils/basic_cstring/
compare.hpp 101 typedef typename boost::unit_test::basic_cstring<CharT>::traits_type traits_type; typedef
104 : traits_type::compare( x.begin(), y.begin(), x.size() ) < 0;
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp 35 int_type pbackfail(int_type c = traits_type::eof())
sungetc.pass.cpp 35 int_type pbackfail(int_type c = traits_type::eof())
  /external/libcxx/test/strings/basic.string/string.nonmembers/string.io/
stream_insert.pass.cpp 58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
  /external/stlport/stlport/stl/
_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>*);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.pback/
sputbackc.pass.cpp 35 int_type pbackfail(int_type c = traits_type::eof())
sungetc.pass.cpp 35 int_type pbackfail(int_type c = traits_type::eof())
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/strings/basic.string/string.nonmembers/string.io/
stream_insert.pass.cpp 58 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
66 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
75 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
83 std::basic_ostringstream<S::value_type, S::traits_type, S::allocator_type> out;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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>*);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_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>*);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_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>*);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_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>*);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_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>*);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 113 typedef Node_And_It_Traits traits_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
115 typedef typename traits_type::synth_access_traits synth_access_traits;
118 typedef typename traits_type::node node;
123 typedef typename traits_type::head head;
128 typedef typename traits_type::leaf leaf;
134 typedef typename traits_type::inode inode;
235 typedef typename traits_type::null_node_update_pointer null_node_update_pointer;
259 typedef typename traits_type::access_traits access_traits;
260 typedef typename traits_type::const_iterator point_const_iterator;
261 typedef typename traits_type::iterator point_iterator
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 113 typedef Node_And_It_Traits traits_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
115 typedef typename traits_type::synth_access_traits synth_access_traits;
118 typedef typename traits_type::node node;
123 typedef typename traits_type::head head;
128 typedef typename traits_type::leaf leaf;
134 typedef typename traits_type::inode inode;
235 typedef typename traits_type::null_node_update_pointer null_node_update_pointer;
259 typedef typename traits_type::access_traits access_traits;
260 typedef typename traits_type::const_iterator point_const_iterator;
261 typedef typename traits_type::iterator point_iterator
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 114 typedef Node_And_It_Traits traits_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
116 typedef typename traits_type::synth_access_traits synth_access_traits;
119 typedef typename traits_type::node node;
124 typedef typename traits_type::head head;
129 typedef typename traits_type::leaf leaf;
135 typedef typename traits_type::inode inode;
236 typedef typename traits_type::null_node_update_pointer null_node_update_pointer;
260 typedef typename traits_type::access_traits access_traits;
261 typedef typename traits_type::const_iterator point_const_iterator;
262 typedef typename traits_type::iterator point_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 114 typedef Node_And_It_Traits traits_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
116 typedef typename traits_type::synth_access_traits synth_access_traits;
119 typedef typename traits_type::node node;
124 typedef typename traits_type::head head;
129 typedef typename traits_type::leaf leaf;
135 typedef typename traits_type::inode inode;
236 typedef typename traits_type::null_node_update_pointer null_node_update_pointer;
260 typedef typename traits_type::access_traits access_traits;
261 typedef typename traits_type::const_iterator point_const_iterator;
262 typedef typename traits_type::iterator point_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 113 typedef Node_And_It_Traits traits_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
115 typedef typename traits_type::synth_access_traits synth_access_traits;
118 typedef typename traits_type::node node;
123 typedef typename traits_type::head head;
128 typedef typename traits_type::leaf leaf;
134 typedef typename traits_type::inode inode;
235 typedef typename traits_type::null_node_update_pointer null_node_update_pointer;
259 typedef typename traits_type::access_traits access_traits;
260 typedef typename traits_type::const_iterator point_const_iterator;
261 typedef typename traits_type::iterator point_iterator
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/pat_trie_/
pat_trie_.hpp 113 typedef Node_And_It_Traits traits_type; typedef in class:__gnu_pbds::detail::PB_DS_PAT_TRIE_NAME
115 typedef typename traits_type::synth_access_traits synth_access_traits;
118 typedef typename traits_type::node node;
123 typedef typename traits_type::head head;
128 typedef typename traits_type::leaf leaf;
134 typedef typename traits_type::inode inode;
235 typedef typename traits_type::null_node_update_pointer null_node_update_pointer;
259 typedef typename traits_type::access_traits access_traits;
260 typedef typename traits_type::const_iterator point_const_iterator;
261 typedef typename traits_type::iterator point_iterator
    [all...]
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
streambuf.pass.cpp 44 overflow(typename base::int_type __c = base::traits_type::eof())
46 if (__c != base::traits_type::eof())
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream.formatted/ostream.inserters/
basic_ios.pass.cpp 38 overflow(typename base::int_type __c = base::traits_type::eof())
40 if (__c != base::traits_type::eof())

Completed in 456 milliseconds

1 2 3 45 6 7 8 91011>>