|
| | 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) More...
|
| |
| 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()
Definition at line 1094 of file readertest.cpp.
#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_DOUBLE_EQ(val1, val2)
#define EXPECT_EQ(val1, val2)
◆ EndArray()
◆ EndObject()
◆ 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 |
◆ Uint()
| bool ParseObjectHandler::Uint |
( |
unsigned |
i | ) |
|
|
inline |
◆ step_
| unsigned ParseObjectHandler::step_ |
The documentation for this struct was generated from the following file:
- /home/abuild/rpmbuild/BUILD/electroneum-5.0.0.4/external/rapidjson/test/unittest/readertest.cpp