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/ |
D | default.pass.cpp | 22 typedef char CharT; in main() typedef 28 typedef wchar_t CharT; in main() typedef
|
D | length.pass.cpp | 22 typedef char CharT; in main() typedef 33 typedef wchar_t CharT; in main() typedef
|
D | str.pass.cpp | 22 typedef char CharT; in main() typedef 35 typedef wchar_t CharT; in main() typedef
|
D | operator_string.pass.cpp | 22 typedef char CharT; in main() typedef 35 typedef wchar_t CharT; in main() typedef
|
D | compare_sub_match.pass.cpp | 22 typedef char CharT; in main() typedef 38 typedef wchar_t CharT; in main() typedef
|
D | compare_value_type_ptr.pass.cpp | 22 typedef char CharT; in main() typedef 35 typedef wchar_t CharT; in main() typedef
|
D | compare_string_type.pass.cpp | 22 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/ |
D | variable.hpp | 132 operator<<( std::basic_ostream<CharT,Tr>& os, variable<T> const& v ) in operator <<()
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/ |
D | lexical_cast.hpp | 1434 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 >>()
|