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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 110 typedef Node_And_It_Traits traits_type; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
116 typename _Alloc::template rebind<typename traits_type::node>::other
122 typedef typename traits_type::null_node_update_pointer
154 typedef typename traits_type::point_const_iterator point_const_iterator;
157 typedef typename traits_type::point_iterator point_iterator;
160 typedef typename traits_type::const_reverse_iterator const_reverse_iterator;
162 typedef typename traits_type::reverse_iterator reverse_iterator;
163 typedef typename traits_type::node_const_iterator node_const_iterator;
164 typedef typename traits_type::node_iterator node_iterator;
165 typedef typename traits_type::node_update node_update
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/bin_search_tree_/
bin_search_tree_.hpp 110 typedef Node_And_It_Traits traits_type; typedef in class:__gnu_pbds::detail::PB_DS_BIN_TREE_NAME
116 typename _Alloc::template rebind<typename traits_type::node>::other
122 typedef typename traits_type::null_node_update_pointer
154 typedef typename traits_type::point_const_iterator point_const_iterator;
157 typedef typename traits_type::point_iterator point_iterator;
160 typedef typename traits_type::const_reverse_iterator const_reverse_iterator;
162 typedef typename traits_type::reverse_iterator reverse_iterator;
163 typedef typename traits_type::node_const_iterator node_const_iterator;
164 typedef typename traits_type::node_iterator node_iterator;
165 typedef typename traits_type::node_update node_update
    [all...]
  /external/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 29 typedef base::traits_type traits_type; typedef in struct:test_buf
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
underflow.pass.cpp 29 typedef base::traits_type traits_type; typedef in struct:test_buf
82 assert(f.sbumpc() == test_buf::traits_type::eof());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.buffer/
overflow.pass.cpp 29 typedef base::traits_type traits_type; typedef in struct:test_buf
38 virtual int_type overflow(int_type c = traits_type::eof()) {return base::overflow(c);}
underflow.pass.cpp 29 typedef base::traits_type traits_type; typedef in struct:test_buf
82 assert(f.sbumpc() == test_buf::traits_type::eof());
  /external/libcxx/test/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
30 static_assert((std::is_same<std::basic_filebuf<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/file.streams/fstreams/fstream/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
30 static_assert((std::is_same<std::basic_fstream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/file.streams/fstreams/ifstream/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
30 static_assert((std::is_same<std::basic_ifstream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/file.streams/fstreams/ofstream/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
30 static_assert((std::is_same<std::basic_ofstream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/iostream.format/input.streams/iostreamclass/
types.pass.cpp 20 // typedef traits traits_type;
21 // typedef typename traits_type::int_type int_type;
22 // typedef typename traits_type::pos_type pos_type;
23 // typedef typename traits_type::off_type off_type;
33 static_assert((std::is_same<std::basic_iostream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/iostream.format/input.streams/istream/
types.pass.cpp 19 // typedef traits traits_type;
20 // typedef typename traits_type::int_type int_type;
21 // typedef typename traits_type::pos_type pos_type;
22 // typedef typename traits_type::off_type off_type;
31 static_assert((std::is_same<std::basic_istream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/iostream.format/output.streams/ostream/
types.pass.cpp 19 // typedef traits traits_type;
20 // typedef typename traits_type::int_type int_type;
21 // typedef typename traits_type::pos_type pos_type;
22 // typedef typename traits_type::off_type off_type;
31 static_assert((std::is_same<std::basic_ostream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/iostreams.base/ios/
types.pass.cpp 20 // typedef traits traits_type;
29 static_assert((std::is_same<std::basic_ios<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.pub.put/
sputc.pass.cpp 39 int_type overflow(int_type c = traits_type::eof())
  /external/libcxx/test/input.output/string.streams/istringstream/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
31 static_assert((std::is_same<std::basic_istringstream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/string.streams/ostringstream/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
31 static_assert((std::is_same<std::basic_ostringstream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/string.streams/stringbuf/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
31 static_assert((std::is_same<std::basic_stringbuf<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/input.output/string.streams/stringstream/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
31 static_assert((std::is_same<std::basic_stringstream<char>::traits_type, std::char_traits<char> >::value), "");
  /external/libcxx/test/strings/basic.string/string.cons/
char_assignment.pass.cpp 23 typedef typename S::traits_type T;
size_char_alloc.pass.cpp 27 typedef typename S::traits_type T;
43 typedef typename S::traits_type T;
59 typedef typename S::traits_type T;
76 typedef typename S::traits_type T;
  /external/libcxx/test/strings/basic.string/string.ops/string.accessors/
c_str.pass.cpp 23 typedef typename S::traits_type T;
data.pass.cpp 23 typedef typename S::traits_type T;
  /external/stlport/stlport/stl/
_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());
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 18 // typedef traits traits_type;
19 // typedef typename traits_type::int_type int_type;
20 // typedef typename traits_type::pos_type pos_type;
21 // typedef typename traits_type::off_type off_type;
30 static_assert((std::is_same<std::basic_filebuf<char>::traits_type, std::char_traits<char> >::value), "");

Completed in 509 milliseconds

1 2 3 4 5 6 78 91011>>