Lines Matching defs:static_cast
151 json j2 = static_cast<json::number_float_t>(NAN);
164 json j2 = static_cast<json::number_float_t>(INFINITY);
245 CHECK(static_cast<double>(foo) == Approx(42.42));
261 CHECK(static_cast<int>(j.type()) == static_cast<int>(custom_json::value_t::number_unsigned));
266 CHECK(static_cast<int>(j.type()) == static_cast<int>(custom_json::value_t::number_float));
271 CHECK(static_cast<int>(j.type()) == static_cast<int>(custom_json::value_t::number_integer));
276 CHECK(static_cast<int>(j.type()) == static_cast<int>(custom_json::value_t::number_float));
547 static_cast<void>(setlocale(LC_NUMERIC, "de_DE.UTF-8"));
552 static_cast<void>(setlocale(LC_NUMERIC, "C"));
557 static_cast<void>(setlocale(LC_NUMERIC, "de_DE.UTF-8"));
871 static_cast<void>(std::remove("test.json"));
949 std::vector<uint8_t> vec(1, static_cast<uint8_t>(b));
964 std::vector<uint8_t> vec(1, static_cast<uint8_t>(b));