![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "core/fxcrt/bytestring.h"#include <ctype.h>#include <stddef.h>#include <algorithm>#include <sstream>#include <string>#include <utility>#include "core/fxcrt/check.h"#include "core/fxcrt/check_op.h"#include "core/fxcrt/fx_codepage.h"#include "core/fxcrt/fx_extension.h"#include "core/fxcrt/fx_memcpy_wrappers.h"#include "core/fxcrt/fx_safe_types.h"#include "core/fxcrt/fx_system.h"#include "core/fxcrt/span.h"#include "core/fxcrt/span_util.h"#include "core/fxcrt/string_pool_template.h"Go to the source code of this file.
Namespaces | |
| namespace | fxcrt |
Functions | |
| std::ostream & | fxcrt::operator<< (std::ostream &os, const ByteString &str) |
| std::ostream & | fxcrt::operator<< (std::ostream &os, ByteStringView str) |
| uint32_t | FX_HashCode_GetA (ByteStringView str) |
| uint32_t | FX_HashCode_GetLoweredA (ByteStringView str) |
| uint32_t | FX_HashCode_GetAsIfW (ByteStringView str) |
| uint32_t | FX_HashCode_GetLoweredAsIfW (ByteStringView str) |
| uint32_t FX_HashCode_GetA | ( | ByteStringView | str | ) |
Definition at line 387 of file bytestring.cpp.
| uint32_t FX_HashCode_GetAsIfW | ( | ByteStringView | str | ) |
Definition at line 401 of file bytestring.cpp.
| uint32_t FX_HashCode_GetLoweredA | ( | ByteStringView | str | ) |
Definition at line 394 of file bytestring.cpp.
| uint32_t FX_HashCode_GetLoweredAsIfW | ( | ByteStringView | str | ) |
Definition at line 408 of file bytestring.cpp.