|
| 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, SetStringNullException) |
|
template<typename T , typename Allocator > |
static void | TestArray (T &x, Allocator &allocator) |
|
| TEST (Value, Array) |
|
| TEST (Value, ArrayHelper) |
|
template<typename T , typename Allocator > |
static void | TestObject (T &x, Allocator &allocator) |
|
| TEST (Value, Object) |
|
| TEST (Value, ObjectHelper) |
|
| TEST (Value, EraseMember_String) |
|
| TEST (Value, BigNestedArray) |
|
| TEST (Value, BigNestedObject) |
|
| TEST (Value, RemoveLastElement) |
|
| TEST (Document, CrtAllocator) |
|
static void | TestShortStringOptimization (const char *str) |
|
| TEST (Value, AllocateShortString) |
|
| TEST (Value, AcceptTerminationByHandler) |
|
static void | MergeDuplicateKey (Value &v, Value::AllocatorType &a) |
|
| TEST (Value, MergeDuplicateKey) |
|