Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
bytestring.cpp File Reference

(ada9ddbf8c604585ac344b72f7bb63ac27c84726)

#include "core/fxcrt/bytestring.h"
#include <ctype.h>
#include <stddef.h>
#include <algorithm>
#include <sstream>
#include <string>
#include <utility>
#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/string_pool_template.h"
#include "third_party/base/check.h"
#include "third_party/base/check_op.h"
#include "third_party/base/containers/span.h"
+ Include dependency graph for bytestring.cpp:

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)
 

Function Documentation

◆ FX_HashCode_GetA()

uint32_t FX_HashCode_GetA ( ByteStringView str)

Definition at line 790 of file bytestring.cpp.

◆ FX_HashCode_GetAsIfW()

uint32_t FX_HashCode_GetAsIfW ( ByteStringView str)

Definition at line 804 of file bytestring.cpp.

◆ FX_HashCode_GetLoweredA()

uint32_t FX_HashCode_GetLoweredA ( ByteStringView str)

Definition at line 797 of file bytestring.cpp.

◆ FX_HashCode_GetLoweredAsIfW()

uint32_t FX_HashCode_GetLoweredAsIfW ( ByteStringView str)

Definition at line 811 of file bytestring.cpp.