![]() |
Bitcoin Core 31.0.0
P2P Digital Currency
|
#include <util/strencodings.h>#include <util/string.h>#include <vector>#include <boost/test/unit_test.hpp>#include <test/util/common.h>#include <tinyformat.h>Go to the source code of this file.
Functions | |
| template<unsigned NumArgs> | |
| void | TfmFormatZeroes (const std::string &fmt) |
| template<unsigned NumArgs> | |
| void | PassFmt (ConstevalFormatString< NumArgs > fmt) |
| template<unsigned WrongNumArgs> | |
| void | FailFmtWithError (const char *wrong_fmt, std::string_view error) |
| std::vector< std::byte > | StringToBuffer (const std::string &str) |
| BOOST_AUTO_TEST_CASE (ConstevalFormatString_NumSpec) | |
| BOOST_AUTO_TEST_CASE (ascii_case_insensitive_key_equal_test) | |
| BOOST_AUTO_TEST_CASE (ascii_case_insensitive_hash_test) | |
| BOOST_AUTO_TEST_CASE (line_reader_test) | |
| BOOST_AUTO_TEST_CASE | ( | ascii_case_insensitive_hash_test | ) |
| BOOST_AUTO_TEST_CASE | ( | ascii_case_insensitive_key_equal_test | ) |
| BOOST_AUTO_TEST_CASE | ( | ConstevalFormatString_NumSpec | ) |
| BOOST_AUTO_TEST_CASE | ( | line_reader_test | ) |
| void FailFmtWithError | ( | const char * | wrong_fmt, |
| std::string_view | error ) |
| void PassFmt | ( | ConstevalFormatString< NumArgs > | fmt | ) |
| std::vector< std::byte > StringToBuffer | ( | const std::string & | str | ) |