21 RAPIDJSON_DIAG_OFF(c++98-compat)
98 #if RAPIDJSON_HAS_CXX11_RVALUE_REFS 100 #if 0 // Many old compiler does not support these. Turn it off temporaily. 102 #include <type_traits> 115 #if !defined(_MSC_VER) || _MSC_VER >= 1800 126 #if !defined(_MSC_VER) || _MSC_VER >= 1800 188 #endif // RAPIDJSON_HAS_CXX11_RVALUE_REFS
#define EXPECT_STREQ(s1, s2)
size_t GetSize() const
Get the size of string in bytes in the string buffer.
void PutN(FileWriteStream &stream, char c, size_t n)
Implement specialized version of PutN() with memset() for better performance.
size_t GetLength() const
Get the length of string in Ch in the string buffer.
TEST(StringBuffer, InitialSize)
const T & move(const T &t)
const GenericPointer< typename T::ValueType > T2 value
const Ch * GetString() const
#define EXPECT_EQ(val1, val2)