Home
last modified time | relevance | path

Searched refs:Elem (Results 1 – 4 of 4) sorted by relevance

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/
Dwrap_stringstream.hpp129 template<typename CharT,typename Elem,typename Tr>
131 …stringstream<CharT>& targ, std::basic_ostream<Elem,Tr>& (BOOST_TEST_CALL_DECL *man)(std::basic_ost… in operator <<() argument
139 template<typename CharT,typename Elem,typename Tr>
141 …wrap_stringstream<CharT>& targ, std::basic_ios<Elem, Tr>& (BOOST_TEST_CALL_DECL *man)(std::basic_i… in operator <<() argument
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/range/
Diterator_range_io.hpp54 template< typename IteratorT, typename Elem, typename Traits >
55 inline std::basic_ostream<Elem,Traits>& operator<<( in operator <<() argument
56 std::basic_ostream<Elem, Traits>& Os, in operator <<()
62 Elem, Traits>(Os) ); in operator <<()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcodecvt27 template <class Elem, unsigned long Maxcode = 0x10ffff,
30 : public codecvt<Elem, char, mbstate_t>
36 template <class Elem, unsigned long Maxcode = 0x10ffff,
39 : public codecvt<Elem, char, mbstate_t>
45 template <class Elem, unsigned long Maxcode = 0x10ffff,
48 : public codecvt<Elem, char, mbstate_t>
Dlocale85 template<class Codecvt, class Elem = wchar_t,
86 class Wide_alloc = allocator<Elem>,
92 typedef basic_string<Elem, char_traits<Elem>, Wide_alloc> wide_string;
109 byte_string to_bytes(Elem wchar);
110 byte_string to_bytes(const Elem* wptr);
112 byte_string to_bytes(const Elem* first, const Elem* last);
118 template <class Codecvt, class Elem = wchar_t, class Tr = char_traits<Elem>>
120 : public basic_streambuf<Elem, Tr>