HomeSort by relevance Sort by last modified time
    Searched refs:string (Results 4101 - 4125 of 46739) sorted by null

<<161162163164165166167168169170>>

  /external/libcxx/test/std/containers/unord/unord.map/
eq.pass.cpp 23 #include <string>
31 typedef std::unordered_map<int, std::string> C;
32 typedef std::pair<int, std::string> P;
50 typedef std::unordered_map<int, std::string> C;
51 typedef std::pair<int, std::string> P;
69 typedef std::unordered_map<int, std::string> C;
70 typedef std::pair<int, std::string> P;
96 typedef std::unordered_map<int, std::string, std::hash<int>, std::equal_to<int>,
97 min_allocator<std::pair<const int, std::string>>> C;
98 typedef std::pair<int, std::string> P
    [all...]
  /external/libcxx/test/std/containers/unord/unord.multimap/
db_iterators_7.pass.cpp 19 #include <string>
30 typedef std::unordered_multimap<int, std::string> C;
41 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
42 min_allocator<std::pair<const int, std::string>>> C;
db_iterators_8.pass.cpp 19 #include <string>
30 typedef std::unordered_multimap<int, std::string> C;
39 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
40 min_allocator<std::pair<const int, std::string>>> C;
db_local_iterators_8.pass.cpp 19 #include <string>
30 typedef std::unordered_multimap<int, std::string> C;
38 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
39 min_allocator<std::pair<const int, std::string>>> C;
eq.pass.cpp 23 #include <string>
31 typedef std::unordered_multimap<int, std::string> C;
32 typedef std::pair<int, std::string> P;
53 typedef std::unordered_multimap<int, std::string> C;
54 typedef std::pair<int, std::string> P;
75 typedef std::unordered_multimap<int, std::string> C;
76 typedef std::pair<int, std::string> P;
105 typedef std::unordered_multimap<int, std::string, std::hash<int>, std::equal_to<int>,
106 min_allocator<std::pair<const int, std::string>>> C;
107 typedef std::pair<int, std::string> P
    [all...]
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.ostrstream/depr.ostrstream.members/
rdbuf.pass.cpp 26 assert(buf == std::string("a23 4.5 dog"));
str.pass.cpp 24 assert(out.str() == std::string("123 4.5 dog"));
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.dest/
rdbuf.pass.cpp 26 assert(buf == std::string("a23 4.5 dog"));
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstream/depr.strstream.oper/
str.pass.cpp 24 assert(out.str() == std::string("123 4.5 dog"));
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.members/
str.pass.cpp 25 assert(sb.str() == std::string("a"));
  /external/libcxx/test/std/depr/depr.str.strstreams/depr.strstreambuf/depr.strstreambuf.virtuals/
setbuf.pass.cpp 25 assert(sb.str() == std::string("0123456789"));
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.nonmembers/
lt.pass.cpp 17 #include <string>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcode/syserr.errcode.observers/
bool.pass.cpp 17 #include <string>
message.pass.cpp 14 // string message() const;
17 #include <string>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.nonmembers/
lt.pass.cpp 17 #include <string>
  /external/libcxx/test/std/diagnostics/syserr/syserr.errcondition/syserr.errcondition.observers/
bool.pass.cpp 17 #include <string>
message.pass.cpp 14 // string message() const;
17 #include <string>
  /external/libcxx/test/std/localization/locales/locale.convenience/conversions/conversions.string/
ctor_err_string.pass.cpp 28 static_assert(!std::is_convertible<std::string, Myconv>::value, "");
29 static_assert( std::is_constructible<Myconv, std::string>::value, "");
54 std::string bs = myconv.to_bytes(L"\xDA83");
69 std::string bs = myconv.to_bytes(L"\xDA83");
  /external/libcxx/test/std/re/re.alg/re.alg.match/
basic.fail.cpp 34 std::regex_match(std::string("abcde"), m, re);
  /external/libcxx/test/std/re/re.alg/re.alg.search/
basic.fail.cpp 34 std::regex_search(std::string("abcde"), m, re);
  /external/libcxx/test/std/re/re.const/re.matchflag/
match_not_bol.pass.cpp 25 std::string target = "foo";
32 std::string target = "foo";
39 std::string target = "fooby";
46 std::string target = "fooby";
match_not_eol.pass.cpp 25 std::string target = "foo";
32 std::string target = "foo";
39 std::string target = "refoo";
46 std::string target = "refoo";
  /external/libcxx/test/std/re/re.regex/re.regex.assign/
string.pass.cpp 24 r2 = std::string("(a([bc]))");
  /external/libcxx/test/std/strings/basic.string.hash/
strings.pass.cpp 21 #include <string>
37 std::string g1 = "1234567890";
38 std::string g2 = "1234567891";
46 test<std::string>();
  /external/libcxx/test/std/strings/char.traits/char.traits.specializations/char.traits.specializations.char/
to_char_type.pass.cpp 10 // <string>
16 #include <string>

Completed in 841 milliseconds

<<161162163164165166167168169170>>