HomeSort by relevance Sort by last modified time
    Searched refs:CharT (Results 26 - 50 of 560) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubsetbuf.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
20 template <class CharT>
22 : public std::basic_streambuf<CharT>
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
20 template <class CharT>
22 : public std::basic_streambuf<CharT>
24 typedef std::basic_streambuf<CharT> base;
28 void setp(CharT* pbeg, CharT* pend)
35 CharT* pbeg = base::pbase();
36 CharT* pnext = base::pptr();
37 CharT* pend = base::epptr()
    [all...]
  /external/libcxx/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
showmanyc.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
22 template <class CharT>
24 : public std::basic_streambuf<CharT>
  /external/libcxx/test/std/re/re.iter/re.regiter/re.regiter.cnstr/
default.pass.cpp 12 // class regex_iterator<BidirectionalIterator, charT, traits>
20 template <class CharT>
24 typedef std::regex_iterator<const CharT*> I;
  /external/libcxx/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/
default.pass.cpp 12 // class regex_token_iterator<BidirectionalIterator, charT, traits>
20 template <class CharT>
24 typedef std::regex_token_iterator<const CharT*> I;
  /external/libcxx/test/std/re/re.regex/re.regex.construct/
default.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
20 template <class CharT>
24 std::basic_regex<CharT> r;
  /external/libcxx/test/std/re/re.results/re.results.size/
max_size.pass.cpp 20 template <class CharT>
24 std::match_results<const CharT*> m;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekpos.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
21 template <class CharT>
23 : public std::basic_streambuf<CharT>
pubsetbuf.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
20 template <class CharT>
22 : public std::basic_streambuf<CharT>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
20 template <class CharT>
22 : public std::basic_streambuf<CharT>
24 typedef std::basic_streambuf<CharT> base;
28 void setp(CharT* pbeg, CharT* pend)
35 CharT* pbeg = base::pbase();
36 CharT* pnext = base::pptr();
37 CharT* pend = base::epptr()
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
showmanyc.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
22 template <class CharT>
24 : public std::basic_streambuf<CharT>
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.regiter/re.regiter.cnstr/
default.pass.cpp 12 // class regex_iterator<BidirectionalIterator, charT, traits>
19 template <class CharT>
23 typedef std::regex_iterator<const CharT*> I;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.iter/re.tokiter/re.tokiter.cnstr/
default.pass.cpp 12 // class regex_token_iterator<BidirectionalIterator, charT, traits>
19 template <class CharT>
23 typedef std::regex_token_iterator<const CharT*> I;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.regex/re.regex.construct/
default.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
19 template <class CharT>
23 std::basic_regex<CharT> r;
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/re/re.results/re.results.size/
max_size.pass.cpp 19 template <class CharT>
23 std::match_results<const CharT*> m;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.members/streambuf.buffer/
pubseekpos.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
21 template <class CharT>
23 : public std::basic_streambuf<CharT>
pubsetbuf.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
20 template <class CharT>
22 : public std::basic_streambuf<CharT>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.protected/streambuf.put.area/
pbump.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
20 template <class CharT>
22 : public std::basic_streambuf<CharT>
24 typedef std::basic_streambuf<CharT> base;
28 void setp(CharT* pbeg, CharT* pend)
35 CharT* pbeg = base::pbase();
36 CharT* pnext = base::pptr();
37 CharT* pend = base::epptr()
    [all...]
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/input.output/stream.buffers/streambuf/streambuf.virtuals/streambuf.virt.get/
showmanyc.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
22 template <class CharT>
24 : public std::basic_streambuf<CharT>
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.regiter/re.regiter.cnstr/
default.pass.cpp 12 // class regex_iterator<BidirectionalIterator, charT, traits>
20 template <class CharT>
24 typedef std::regex_iterator<const CharT*> I;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.iter/re.tokiter/re.tokiter.cnstr/
default.pass.cpp 12 // class regex_token_iterator<BidirectionalIterator, charT, traits>
20 template <class CharT>
24 typedef std::regex_token_iterator<const CharT*> I;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.regex/re.regex.construct/
default.pass.cpp 12 // template <class charT, class traits = regex_traits<charT>> class basic_regex;
20 template <class CharT>
24 std::basic_regex<CharT> r;
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/re/re.results/re.results.size/
max_size.pass.cpp 20 template <class CharT>
24 std::match_results<const CharT*> m;
  /external/libcxx/test/libcxx/experimental/filesystem/class.path/path.req/
is_pathable.pass.cpp 58 template <class CharT>
60 using value_type = CharT;
61 using string_type = std::basic_string<CharT>;
62 using string_type2 = std::basic_string<CharT, std::char_traits<CharT>, min_allocator<CharT>>;
63 using string_view_type = std::basic_string_view<CharT>;
64 using string_view_type2 = std::basic_string_view<CharT, constexpr_char_traits<CharT>>;
65 using cstr_type = CharT* const
    [all...]
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
basic_ios.pass.cpp 12 // template <class charT, class traits = char_traits<charT> >
15 // basic_istream<charT,traits>& operator>>(basic_ios<charT,traits>&
16 // (*pf)(basic_ios<charT,traits>&));
23 template <class CharT>
24 std::basic_ios<CharT>&
25 f(std::basic_ios<CharT>& is)

Completed in 1116 milliseconds

12 3 4 5 6 7 8 91011>>