|
OpenVPN 3 Core Library
|
#include "test_common.hpp"#include <cstdint>#include <cctype>#include <openvpn/common/numeric_cast.hpp>Go to the source code of this file.
Functions | |
| TEST (numeric_cast, same_type_nocast1) | |
| TEST (numeric_cast, sign_mismatch_32_1) | |
| TEST (numeric_cast, sign_mismatch_32_2) | |
| TEST (numeric_cast, sign_mismatch_32_3) | |
| TEST (numeric_cast, sign_mismatch_32_4) | |
| TEST (numeric_cast, sign_mismatch_32_5) | |
| TEST (numeric_cast, sign_mismatch_32_6) | |
| TEST (numeric_cast, sign_mismatch_32_7) | |
| TEST (numeric_cast, s_range_mismatch_16_64_1) | |
| TEST (numeric_cast, s_range_match_16_64_1) | |
| TEST (numeric_cast, u_range_mismatch_16_64_1) | |
| TEST | ( | numeric_cast | , |
| s_range_match_16_64_1 | |||
| ) |
Definition at line 84 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| s_range_mismatch_16_64_1 | |||
| ) |
Definition at line 78 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| same_type_nocast1 | |||
| ) |
Definition at line 25 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| sign_mismatch_32_1 | |||
| ) |
Definition at line 32 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| sign_mismatch_32_2 | |||
| ) |
Definition at line 38 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| sign_mismatch_32_3 | |||
| ) |
Definition at line 44 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| sign_mismatch_32_4 | |||
| ) |
Definition at line 51 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| sign_mismatch_32_5 | |||
| ) |
Definition at line 58 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| sign_mismatch_32_6 | |||
| ) |
Definition at line 65 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| sign_mismatch_32_7 | |||
| ) |
Definition at line 71 of file test_numeric_cast.cpp.
| TEST | ( | numeric_cast | , |
| u_range_mismatch_16_64_1 | |||
| ) |
Definition at line 91 of file test_numeric_cast.cpp.