HomeSort by relevance Sort by last modified time
    Searched refs:char_type (Results 76 - 100 of 192) sorted by null

1 2 34 5 6 7 8

  /external/libcxx/test/std/re/re.traits/
lookup_classname.pass.cpp 24 template <class char_type>
26 test(const char_type* A,
27 typename std::regex_traits<char_type>::char_class_type expected,
30 typedef typename std::regex_traits<char_type>::char_class_type char_class_type;
31 std::regex_traits<char_type> t;
32 typedef forward_iterator<const char_type*> F;
37 template <class char_type>
39 test_w(const char_type* A,
40 typename std::regex_traits<char_type>::char_class_type expected,
43 typedef typename std::regex_traits<char_type>::char_class_type char_class_type
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/re/re.traits/
lookup_classname.pass.cpp 24 template <class char_type>
26 test(const char_type* A,
27 typename std::regex_traits<char_type>::char_class_type expected,
30 typedef typename std::regex_traits<char_type>::char_class_type char_class_type;
31 std::regex_traits<char_type> t;
32 typedef forward_iterator<const char_type*> F;
37 template <class char_type>
39 test_w(const char_type* A,
40 typename std::regex_traits<char_type>::char_class_type expected,
43 typedef typename std::regex_traits<char_type>::char_class_type char_class_type
    [all...]
  /external/clang/test/CXX/except/except.spec/
canonical.cpp 21 typedef typename _Traits::char_type value_type;
  /external/clang/test/SemaCXX/
crashes.cpp 217 typedef _CharT char_type; typedef in struct:pr12791::basic_stringbuf
218 typedef basic_string<char_type, _Traits, _Alloc> __string_type;
219 __string_type str() const {__string_type((char_type*)0,(char_type*)0);}
  /external/libcxx/test/std/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_filebuf<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/file.streams/fstreams/fstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_fstream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/file.streams/fstreams/ifstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_ifstream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/file.streams/fstreams/ofstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_ofstream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/iostream.format/input.streams/iostreamclass/
types.pass.cpp 19 // typedef charT char_type;
32 static_assert((std::is_same<std::basic_iostream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/iostream.format/input.streams/istream/
types.pass.cpp 18 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_istream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/iostream.format/output.streams/ostream/
types.pass.cpp 18 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_ostream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/iostreams.base/ios/
types.pass.cpp 16 // typedef charT char_type;
28 static_assert((std::is_same<std::basic_ios<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/string.streams/istringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_istringstream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/string.streams/ostringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_ostringstream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/string.streams/stringbuf/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_stringbuf<char>::char_type, char>::value), "");
  /external/libcxx/test/std/input.output/string.streams/stringstream/
types.pass.cpp 17 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_stringstream<char>::char_type, char>::value), "");
  /external/libcxx/test/std/localization/locale.categories/category.ctype/locale.ctype/
types.pass.cpp 18 // typedef CharT char_type;
35 static_assert((std::is_same<std::ctype<wchar_t>::char_type, wchar_t>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/filebuf/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_filebuf<char>::char_type, char>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/fstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_fstream<char>::char_type, char>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ifstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_ifstream<char>::char_type, char>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/file.streams/fstreams/ofstream/
types.pass.cpp 17 // typedef charT char_type;
29 static_assert((std::is_same<std::basic_ofstream<char>::char_type, char>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/iostreamclass/
types.pass.cpp 19 // typedef charT char_type;
32 static_assert((std::is_same<std::basic_iostream<char>::char_type, char>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/input.streams/istream/
types.pass.cpp 18 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_istream<char>::char_type, char>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostream.format/output.streams/ostream/
types.pass.cpp 18 // typedef charT char_type;
30 static_assert((std::is_same<std::basic_ostream<char>::char_type, char>::value), "");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/input.output/iostreams.base/ios/
types.pass.cpp 16 // typedef charT char_type;
28 static_assert((std::is_same<std::basic_ios<char>::char_type, char>::value), "");

Completed in 1676 milliseconds

1 2 34 5 6 7 8