Go to the source code of this file.
◆ RAPIDJSON_COPY [1/2]
| #define RAPIDJSON_COPY |
( |
| ) |
|
◆ RAPIDJSON_COPY [2/2]
| #define RAPIDJSON_COPY |
( |
| ) |
|
Value:c = is.Take(); *codepoint = (*codepoint << 6) | (static_cast<unsigned char>(c) & 0x3Fu)
◆ RAPIDJSON_ENCODINGS_FUNC
| #define RAPIDJSON_ENCODINGS_FUNC |
( |
| x | ) |
|
Value:
UTF-16 big endian encoding.
Definition encodings.h:375
UTF-16 little endian encoding.
Definition encodings.h:342
UTF-32 big endian encoding.
Definition encodings.h:496
UTF-32 little endian enocoding.
Definition encodings.h:457
UTF-8 encoding.
Definition encodings.h:96
◆ RAPIDJSON_TAIL [1/2]
| #define RAPIDJSON_TAIL |
( |
| ) |
|
Value:
#define RAPIDJSON_TRANS(mask)
◆ RAPIDJSON_TAIL [2/2]
| #define RAPIDJSON_TAIL |
( |
| ) |
|
◆ RAPIDJSON_TRANS [1/2]
| #define RAPIDJSON_TRANS |
( |
| mask | ) |
|
Value:result &= ((GetRange(
static_cast<unsigned char>(c)) & mask) != 0)
tools::wallet2::message_signature_result_t result
Definition signature.cpp:62
◆ RAPIDJSON_TRANS [2/2]
| #define RAPIDJSON_TRANS |
( |
| mask | ) |
|
Value:result &= ((GetRange(
static_cast<unsigned char>(c)) & mask) != 0)
◆ UTFType
Runtime-specified UTF encoding type of a stream.
| Enumerator |
|---|
| kUTF8 | UTF-8.
|
| kUTF16LE | UTF-16 little endian.
|
| kUTF16BE | UTF-16 big endian.
|
| kUTF32LE | UTF-32 little endian.
|
| kUTF32BE | UTF-32 big endian.
|
◆ PutUnsafe()
Write character to a stream, presuming buffer is reserved.