Definition at line 42 of file rapidjsontest.cpp.
◆ RapidJson()
◆ SetUp()
virtual void RapidJson::SetUp |
( |
| ) |
|
|
inlinevirtual |
Definition at line 46 of file rapidjsontest.cpp.
46 {
47 PerfTest::SetUp();
48
49
50 temp_ = (
char *)malloc(length_ + 1);
51
52
54
55 for (size_t i = 0; i < 7; i++)
57 }
bool HasParseError() const
Whether a parse error has occurred in the last parsing.
GenericDocument & Parse(const typename SourceEncoding::Ch *str)
Parse JSON text from a read-only string (with Encoding conversion)
#define EXPECT_FALSE(condition)
◆ TearDown()
virtual void RapidJson::TearDown |
( |
| ) |
|
|
inlinevirtual |
◆ doc_
◆ temp_
◆ typesDoc_
The documentation for this class was generated from the following file: