|
Wire Sysio Wire Sysion 1.0.0
|
#include "unittest.h"#include "rapidjson/pointer.h"#include "rapidjson/stringbuffer.h"#include "rapidjson/ostreamwrapper.h"#include <sstream>#include <map>#include <algorithm>
Go to the source code of this file.
Classes | |
| class | myjson::MyAllocator |
Namespaces | |
| namespace | myjson |
Macros | |
| #define | NAME(s) |
| #define | INDEX(i) |
Typedefs | |
| typedef rapidjson::GenericDocument< rapidjson::UTF8<>, rapidjson::MemoryPoolAllocator< MyAllocator >, MyAllocator > | myjson::Document |
| typedef rapidjson::GenericPointer< ::myjson::Document::ValueType, MyAllocator > | myjson::Pointer |
| typedef ::myjson::Document::ValueType | myjson::Value |
Functions | |
| TEST (Pointer, DefaultConstructor) | |
| TEST (Pointer, Parse) | |
| TEST (Pointer, Parse_URIFragment) | |
| TEST (Pointer, Stringify) | |
| TEST (Pointer, ConstructorWithToken) | |
| TEST (Pointer, CopyConstructor) | |
| TEST (Pointer, Assignment) | |
| TEST (Pointer, Swap) | |
| TEST (Pointer, Append) | |
| TEST (Pointer, Equality) | |
| TEST (Pointer, Inequality) | |
| TEST (Pointer, Create) | |
| TEST (Pointer, Get) | |
| TEST (Pointer, GetWithDefault) | |
| TEST (Pointer, GetWithDefault_NoAllocator) | |
| TEST (Pointer, Set) | |
| TEST (Pointer, Set_NoAllocator) | |
| TEST (Pointer, Swap_Value) | |
| TEST (Pointer, Swap_Value_NoAllocator) | |
| TEST (Pointer, Erase) | |
| TEST (Pointer, CreateValueByPointer) | |
| TEST (Pointer, CreateValueByPointer_NoAllocator) | |
| TEST (Pointer, GetValueByPointer) | |
| TEST (Pointer, GetValueByPointerWithDefault_Pointer) | |
| TEST (Pointer, GetValueByPointerWithDefault_String) | |
| TEST (Pointer, GetValueByPointerWithDefault_Pointer_NoAllocator) | |
| TEST (Pointer, GetValueByPointerWithDefault_String_NoAllocator) | |
| TEST (Pointer, SetValueByPointer_Pointer) | |
| TEST (Pointer, SetValueByPointer_String) | |
| TEST (Pointer, SetValueByPointer_Pointer_NoAllocator) | |
| TEST (Pointer, SetValueByPointer_String_NoAllocator) | |
| TEST (Pointer, SwapValueByPointer) | |
| TEST (Pointer, SwapValueByPointer_NoAllocator) | |
| TEST (Pointer, EraseValueByPointer_Pointer) | |
| TEST (Pointer, EraseValueByPointer_String) | |
| TEST (Pointer, Ambiguity) | |
| TEST (Pointer, LessThan) | |
| TEST (Pointer, Issue483) | |
| #define INDEX | ( | i | ) |
Definition at line 448 of file pointertest.cpp.
| #define NAME | ( | s | ) |
Definition at line 447 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Ambiguity | ) |
Definition at line 1510 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Append | ) |
Definition at line 565 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| Assignment | ) |
Definition at line 495 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| ConstructorWithToken | ) |
Definition at line 455 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| CopyConstructor | ) |
Definition at line 466 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Create | ) |
Definition at line 611 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| CreateValueByPointer | ) |
Definition at line 959 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| CreateValueByPointer_NoAllocator | ) |
Definition at line 973 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| DefaultConstructor | ) |
Definition at line 38 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Equality | ) |
Definition at line 595 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Erase | ) |
Definition at line 920 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| EraseValueByPointer_Pointer | ) |
Definition at line 1480 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| EraseValueByPointer_String | ) |
Definition at line 1495 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| Get | ) |
Definition at line 651 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| GetValueByPointer | ) |
Definition at line 986 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| GetValueByPointerWithDefault_Pointer | ) |
Definition at line 1019 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| GetValueByPointerWithDefault_Pointer_NoAllocator | ) |
Definition at line 1125 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| GetValueByPointerWithDefault_String | ) |
Definition at line 1072 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| GetValueByPointerWithDefault_String_NoAllocator | ) |
Definition at line 1177 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| GetWithDefault | ) |
Definition at line 679 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| GetWithDefault_NoAllocator | ) |
Definition at line 732 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| Inequality | ) |
Definition at line 603 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Issue483 | ) |
Definition at line 1629 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| LessThan | ) |
Definition at line 1529 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Parse | ) |
Definition at line 44 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Parse_URIFragment | ) |
Definition at line 193 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Set | ) |
Definition at line 784 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| Set_NoAllocator | ) |
Definition at line 844 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| SetValueByPointer_Pointer | ) |
Definition at line 1229 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| SetValueByPointer_Pointer_NoAllocator | ) |
Definition at line 1343 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| SetValueByPointer_String | ) |
Definition at line 1286 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| SetValueByPointer_String_NoAllocator | ) |
Definition at line 1399 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| Stringify | ) |
Definition at line 404 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| Swap | ) |
Definition at line 535 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| Swap_Value | ) |
Definition at line 903 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| Swap_Value_NoAllocator | ) |
Definition at line 912 of file pointertest.cpp.
| TEST | ( | Pointer | , |
| SwapValueByPointer | ) |
Definition at line 1455 of file pointertest.cpp.

| TEST | ( | Pointer | , |
| SwapValueByPointer_NoAllocator | ) |
Definition at line 1468 of file pointertest.cpp.
