Lines Matching refs:assert
23 assert(std::stoull("0") == 0);
24 assert(std::stoull(L"0") == 0);
25 assert(std::stoull("-0") == 0);
26 assert(std::stoull(L"-0") == 0);
27 assert(std::stoull(" 10") == 10);
28 assert(std::stoull(L" 10") == 10);
30 assert(std::stoull("10g", &idx, 16) == 16);
31 assert(idx == 2);
33 assert(std::stoull(L"10g", &idx, 16) == 16);
34 assert(idx == 2);
39 assert(false);
43 assert(idx == 0);
49 assert(false);
53 assert(idx == 0);
58 assert(false);
62 assert(idx == 0);
67 assert(false);
71 assert(idx == 0);
76 assert(false);
80 assert(idx == 0);
85 assert(false);
89 assert(idx == 0);
95 assert(false);
99 assert(idx == 0);
104 assert(false);
108 assert(idx == 0);