|
Monero
|
#include <boost/optional/optional.hpp>#include <string.h>#include "gtest/gtest.h"#include "misc_log_ex.h"#include "wipeable_string.h"#include "hex.h"
Functions | |
| TEST (wipeable_string, ctor) | |
| TEST (wipeable_string, wipe) | |
| TEST (wipeable_string, clear) | |
| TEST (wipeable_string, push_back) | |
| TEST (wipeable_string, append_char) | |
| TEST (wipeable_string, append_string) | |
| TEST (wipeable_string, empty) | |
| TEST (wipeable_string, pop_back) | |
| TEST (wipeable_string, equal) | |
| TEST (wipeable_string, not_equal) | |
| static epee::wipeable_string | trimmed (const char *s) |
| TEST (wipeable_string, trim) | |
| static bool | check_split (const char *s, const std::vector< epee::wipeable_string > &v) |
| TEST (wipeable_string, split) | |
| TEST (wipeable_string, parse_hexstr) | |
| TEST (wipeable_string, to_hex) | |
| TEST (wipeable_string, to_string) | |
|
static |
| TEST | ( | wipeable_string | , |
| ctor | |||
| ) |
| TEST | ( | wipeable_string | , |
| wipe | |||
| ) |
| TEST | ( | wipeable_string | , |
| clear | |||
| ) |
| TEST | ( | wipeable_string | , |
| push_back | |||
| ) |
| TEST | ( | wipeable_string | , |
| append_char | |||
| ) |
| TEST | ( | wipeable_string | , |
| append_string | |||
| ) |
| TEST | ( | wipeable_string | , |
| empty | |||
| ) |
| TEST | ( | wipeable_string | , |
| pop_back | |||
| ) |
| TEST | ( | wipeable_string | , |
| equal | |||
| ) |
| TEST | ( | wipeable_string | , |
| not_equal | |||
| ) |
| TEST | ( | wipeable_string | , |
| trim | |||
| ) |
| TEST | ( | wipeable_string | , |
| split | |||
| ) |
| TEST | ( | wipeable_string | , |
| parse_hexstr | |||
| ) |
| TEST | ( | wipeable_string | , |
| to_hex | |||
| ) |
| TEST | ( | wipeable_string | , |
| to_string | |||
| ) |
|
static |
1.8.14