HomeSort by relevance Sort by last modified time
    Searched refs:string_type (Results 1 - 25 of 69) sorted by null

1 2 3

  /external/libcxx/test/input.output/iostream.format/input.streams/istream.rvalue/
rvalue.pass.cpp 25 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
28 string_type str_;
32 testbuf(const string_type& str)
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.unformatted/
sync.pass.cpp 23 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
26 string_type str_;
30 testbuf(const string_type& str)
  /external/libcxx/test/localization/locale.categories/category.messages/locale.messages/
types.pass.cpp 19 // typedef basic_string<_CharT> string_type;
32 static_assert((std::is_same<std::messages<char>::string_type, std::string>::value), "");
33 static_assert((std::is_same<std::messages<wchar_t>::string_type, std::wstring>::value), "");
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.money.get/
types.pass.cpp 19 // typedef basic_string<char_type> string_type;
32 static_assert((std::is_same<std::money_get<char>::string_type, std::string>::value), "");
33 static_assert((std::is_same<std::money_get<wchar_t>::string_type, std::wstring>::value), "");
  /external/libcxx/test/localization/locale.categories/category.monetary/locale.money.put/
types.pass.cpp 19 // typedef basic_string<char_type> string_type;
32 static_assert((std::is_same<std::money_put<char>::string_type, std::string>::value), "");
33 static_assert((std::is_same<std::money_put<wchar_t>::string_type, std::wstring>::value), "");
  /external/libcxx/test/re/re.submatch/re.submatch.members/
compare_string_type.pass.cpp 14 // int compare(const string_type& s) const;
24 typedef SM::string_type string;
38 typedef SM::string_type string;
operator_string.pass.cpp 14 // operator string_type() const;
25 SM::string_type str = sm;
38 SM::string_type str = sm;
str.pass.cpp 14 // string_type str() const;
25 SM::string_type str = sm.str();
38 SM::string_type str = sm.str();
  /external/libcxx/test/re/re.traits/
types.pass.cpp 18 // typedef basic_string<char_type> string_type;
27 static_assert((std::is_same<std::regex_traits<char>::string_type, std::string>::value), "");
30 static_assert((std::is_same<std::regex_traits<wchar_t>::string_type, std::wstring>::value), "");
  /external/llvm/test/MC/ELF/
gnu-type.s 15 .type string_TYPE, "STT_FUNC"
16 // CHECK: .type string_TYPE,@function
30 .type string_type, "function"
31 // CHECK: .type string_type,@function
  /external/libcxx/test/input.output/iostream.format/ext.manip/
get_money.pass.cpp 23 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
26 string_type str_;
30 testbuf(const string_type& str)
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream.formatted.arithmetic/
bool.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
double.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
float.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
int.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
long.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
long_double.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
long_long.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
short.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
unsigned_int.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
unsigned_long.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
unsigned_long_long.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
unsigned_short.pass.cpp 24 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
27 string_type str_;
31 testbuf(const string_type& str)
  /external/libcxx/test/input.output/iostream.format/input.streams/istream.formatted/istream_extractors/
signed_char.pass.cpp 22 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
25 string_type str_;
29 testbuf(const string_type& str)
unsigned_char.pass.cpp 22 typedef std::basic_string<CharT> string_type; typedef in struct:testbuf
25 string_type str_;
29 testbuf(const string_type& str)

Completed in 211 milliseconds

1 2 3