|
| ParseObjectHandler () |
|
bool | Default () |
|
bool | Null () |
|
bool | Bool (bool b) |
|
bool | Int (int i) |
|
bool | Uint (unsigned i) |
|
bool | Double (double d) |
|
bool | String (const char *str, size_t, bool) |
|
bool | StartObject () |
|
bool | EndObject (SizeType memberCount) |
|
bool | StartArray () |
|
bool | EndArray (SizeType elementCount) |
|
Public Member Functions inherited from BaseReaderHandler< UTF8<>, ParseObjectHandler > |
bool | Default () |
|
bool | Null () |
|
bool | Bool (bool) |
|
bool | Int (int) |
|
bool | Uint (unsigned) |
|
bool | Int64 (int64_t) |
|
bool | Uint64 (uint64_t) |
|
bool | Double (double) |
|
bool | RawNumber (const Ch *str, SizeType len, bool copy) |
| enabled via kParseNumbersAsStringsFlag, string is not null-terminated (use length)
|
|
bool | String (const Ch *, SizeType, bool) |
|
bool | StartObject () |
|
bool | Key (const Ch *str, SizeType len, bool copy) |
|
bool | EndObject (SizeType) |
|
bool | StartArray () |
|
bool | EndArray (SizeType) |
|
Definition at line 1089 of file readertest.cpp.
◆ ParseObjectHandler()
ParseObjectHandler::ParseObjectHandler |
( |
| ) |
|
|
inline |
◆ Bool()
bool ParseObjectHandler::Bool |
( |
bool | b | ) |
|
|
inline |
Definition at line 1094 of file readertest.cpp.
1094 {
1099 }
1100 }
#define EXPECT_TRUE(condition)
#define EXPECT_FALSE(condition)
◆ Default()
bool ParseObjectHandler::Default |
( |
| ) |
|
|
inline |
◆ Double()
bool ParseObjectHandler::Double |
( |
double | d | ) |
|
|
inline |
Definition at line 1111 of file readertest.cpp.
#define EXPECT_EQ(val1, val2)
#define EXPECT_DOUBLE_EQ(val1, val2)
◆ EndArray()
bool ParseObjectHandler::EndArray |
( |
SizeType | elementCount | ) |
|
|
inline |
◆ EndObject()
bool ParseObjectHandler::EndObject |
( |
SizeType | memberCount | ) |
|
|
inline |
◆ Int()
bool ParseObjectHandler::Int |
( |
int | i | ) |
|
|
inline |
◆ Null()
bool ParseObjectHandler::Null |
( |
| ) |
|
|
inline |
◆ StartArray()
bool ParseObjectHandler::StartArray |
( |
| ) |
|
|
inline |
◆ StartObject()
bool ParseObjectHandler::StartObject |
( |
| ) |
|
|
inline |
◆ String()
bool ParseObjectHandler::String |
( |
const char * | str, |
|
|
size_t | , |
|
|
bool | ) |
|
inline |
Definition at line 1112 of file readertest.cpp.
1112 {
1123 }
1124 }
#define EXPECT_STREQ(s1, s2)
◆ Uint()
bool ParseObjectHandler::Uint |
( |
unsigned | i | ) |
|
|
inline |
◆ step_
unsigned ParseObjectHandler::step_ |
The documentation for this struct was generated from the following file:
- libraries/fc/include/fc/crypto/webauthn_json/test/unittest/readertest.cpp