Home
last modified time | relevance | path

Searched defs:CharT (Results 1 – 9 of 9) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.submatch/re.submatch.members/
Ddefault.pass.cpp22 typedef char CharT; in main() typedef
28 typedef wchar_t CharT; in main() typedef
Dlength.pass.cpp22 typedef char CharT; in main() typedef
33 typedef wchar_t CharT; in main() typedef
Dstr.pass.cpp22 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Doperator_string.pass.cpp22 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Dcompare_sub_match.pass.cpp22 typedef char CharT; in main() typedef
38 typedef wchar_t CharT; in main() typedef
Dcompare_value_type_ptr.pass.cpp22 typedef char CharT; in main() typedef
35 typedef wchar_t CharT; in main() typedef
Dcompare_string_type.pass.cpp22 typedef char CharT; in main() typedef
36 typedef wchar_t CharT; in main() typedef
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/env/
Dvariable.hpp132 operator<<( std::basic_ostream<CharT,Tr>& os, variable<T> const& v ) in operator <<()
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
Dlexical_cast.hpp1434 bool operator<<(std::basic_string<CharT,Traits,Alloc> const& str) BOOST_NOEXCEPT in operator <<()
1442 … bool operator<<(::boost::container::basic_string<CharT,Traits,Alloc> const& str) BOOST_NOEXCEPT in operator <<()
1554 bool operator<<(boost::array<CharT, N> const& input) BOOST_NOEXCEPT in operator <<()
1566 bool operator<<(boost::array<const CharT, N> const& input) BOOST_NOEXCEPT in operator <<()
1579 bool operator<<(std::array<CharT, N> const& input) BOOST_NOEXCEPT in operator <<()
1591 bool operator<<(std::array<const CharT, N> const& input) BOOST_NOEXCEPT in operator <<()
1777 …bool operator>>(std::basic_string<CharT,Traits,Alloc>& str) { str.assign(start, finish); return tr… in operator >>()
1780 …bool operator>>(::boost::container::basic_string<CharT,Traits,Alloc>& str) { str.assign(start, fin… in operator >>()
1801 bool operator>>(boost::array<CharT, N>& output) BOOST_NOEXCEPT in operator >>()
1820 bool operator>>(std::array<CharT, N>& output) BOOST_NOEXCEPT in operator >>()