|
Electroneum
|

Go to the source code of this file.
Classes | |
| struct | TerminateHandler< e > |
| struct | ValueIntComparer |
Macros | |
| #define | TEST_TERMINATION(e, json) |
Functions | |
| TEST (Value, Size) | |
| TEST (Value, DefaultConstructor) | |
| TEST (Value, AssignmentOperator) | |
| template<typename A , typename B > | |
| void | TestEqual (const A &a, const B &b) |
| template<typename A , typename B > | |
| void | TestUnequal (const A &a, const B &b) |
| TEST (Value, EqualtoOperator) | |
| template<typename Value > | |
| void | TestCopyFrom () |
| TEST (Value, CopyFrom) | |
| TEST (Value, Swap) | |
| TEST (Value, Null) | |
| TEST (Value, True) | |
| TEST (Value, False) | |
| TEST (Value, Int) | |
| TEST (Value, Uint) | |
| TEST (Value, Int64) | |
| TEST (Value, Uint64) | |
| TEST (Value, Double) | |
| TEST (Value, Float) | |
| TEST (Value, IsLosslessDouble) | |
| TEST (Value, IsLosslessFloat) | |
| TEST (Value, String) | |
| TEST (Value, SetStringNull) | |
| TEST (Value, Array) | |
| TEST (Value, ArrayHelper) | |
| TEST (Value, Object) | |
| TEST (Value, ObjectHelper) | |
| TEST (Value, EraseMember_String) | |
| TEST (Value, BigNestedArray) | |
| TEST (Value, BigNestedObject) | |
| TEST (Value, RemoveLastElement) | |
| TEST (Document, CrtAllocator) | |
| TEST (Value, AllocateShortString) | |
| TEST (Value, AcceptTerminationByHandler) | |
| TEST (Value, MergeDuplicateKey) | |
| #define TEST_TERMINATION | ( | e, | |
| json | |||
| ) |
Definition at line 1741 of file valuetest.cpp.
| TEST | ( | Value | , |
| Size | |||
| ) |
Definition at line 26 of file valuetest.cpp.
| TEST | ( | Value | , |
| DefaultConstructor | |||
| ) |
Definition at line 38 of file valuetest.cpp.
| TEST | ( | Value | , |
| AssignmentOperator | |||
| ) |
Definition at line 121 of file valuetest.cpp.

| TEST | ( | Value | , |
| EqualtoOperator | |||
| ) |
Definition at line 180 of file valuetest.cpp.

| TEST | ( | Value | , |
| CopyFrom | |||
| ) |
Definition at line 283 of file valuetest.cpp.
| TEST | ( | Value | , |
| Swap | |||
| ) |
Definition at line 288 of file valuetest.cpp.
| TEST | ( | Value | , |
| Null | |||
| ) |
Definition at line 304 of file valuetest.cpp.
| TEST | ( | Value | , |
| True | |||
| ) |
Definition at line 327 of file valuetest.cpp.
| TEST | ( | Value | , |
| False | |||
| ) |
Definition at line 358 of file valuetest.cpp.
| TEST | ( | Value | , |
| Int | |||
| ) |
Definition at line 384 of file valuetest.cpp.
| TEST | ( | Value | , |
| Uint | |||
| ) |
Definition at line 455 of file valuetest.cpp.
| TEST | ( | Value | , |
| Int64 | |||
| ) |
Definition at line 512 of file valuetest.cpp.
| TEST | ( | Value | , |
| Uint64 | |||
| ) |
Definition at line 576 of file valuetest.cpp.
| TEST | ( | Value | , |
| Double | |||
| ) |
Definition at line 628 of file valuetest.cpp.
| TEST | ( | Value | , |
| Float | |||
| ) |
Definition at line 660 of file valuetest.cpp.
| TEST | ( | Value | , |
| IsLosslessDouble | |||
| ) |
Definition at line 697 of file valuetest.cpp.
| TEST | ( | Value | , |
| IsLosslessFloat | |||
| ) |
Definition at line 722 of file valuetest.cpp.
| TEST | ( | Value | , |
| String | |||
| ) |
Definition at line 732 of file valuetest.cpp.

| TEST | ( | Value | , |
| SetStringNull | |||
| ) |
Definition at line 882 of file valuetest.cpp.

| TEST | ( | Value | , |
| Array | |||
| ) |
Definition at line 1080 of file valuetest.cpp.
| TEST | ( | Value | , |
| ArrayHelper | |||
| ) |
Definition at line 1124 of file valuetest.cpp.
| TEST | ( | Value | , |
| Object | |||
| ) |
Definition at line 1483 of file valuetest.cpp.
| TEST | ( | Value | , |
| ObjectHelper | |||
| ) |
Definition at line 1505 of file valuetest.cpp.
| TEST | ( | Value | , |
| EraseMember_String | |||
| ) |
Definition at line 1599 of file valuetest.cpp.
| TEST | ( | Value | , |
| BigNestedArray | |||
| ) |
Definition at line 1617 of file valuetest.cpp.
| TEST | ( | Value | , |
| BigNestedObject | |||
| ) |
Definition at line 1638 of file valuetest.cpp.
| TEST | ( | Value | , |
| RemoveLastElement | |||
| ) |
Definition at line 1679 of file valuetest.cpp.
| TEST | ( | Document | , |
| CrtAllocator | |||
| ) |
Definition at line 1692 of file valuetest.cpp.
| TEST | ( | Value | , |
| AllocateShortString | |||
| ) |
Definition at line 1714 of file valuetest.cpp.
| TEST | ( | Value | , |
| AcceptTerminationByHandler | |||
| ) |
Definition at line 1750 of file valuetest.cpp.
| TEST | ( | Value | , |
| MergeDuplicateKey | |||
| ) |
Definition at line 1819 of file valuetest.cpp.
| void TestCopyFrom | ( | ) |
Definition at line 250 of file valuetest.cpp.
| void TestEqual | ( | const A & | a, |
| const B & | b | ||
| ) |
| void TestUnequal | ( | const A & | a, |
| const B & | b | ||
| ) |