Macros | Functions
dtoatest.cpp File Reference
#include "unittest.h"
#include "rapidjson/internal/dtoa.h"
Include dependency graph for dtoatest.cpp:

Go to the source code of this file.

Macros

#define TEST_DTOA(d, a)
 
#define TEST_DTOA(m, d, a)
 

Functions

 TEST (dtoa, normal)
 
 TEST (dtoa, maxDecimalPlaces)
 

Macro Definition Documentation

#define TEST_DTOA (   d,
  a 
)
Value:
*dtoa(d, buffer) = '\0';\
EXPECT_STREQ(a, buffer)
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition: pointer.h:1121
char * dtoa(double value, char *buffer, int maxDecimalPlaces=324)
Definition: dtoa.h:216
#define TEST_DTOA (   m,
  d,
  a 
)
Value:
*dtoa(d, buffer, m) = '\0';\
EXPECT_STREQ(a, buffer)
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition: pointer.h:1121
char * dtoa(double value, char *buffer, int maxDecimalPlaces=324)
Definition: dtoa.h:216

Function Documentation

TEST ( dtoa  ,
normal   
)

Definition at line 25 of file dtoatest.cpp.

TEST ( dtoa  ,
maxDecimalPlaces   
)

Definition at line 53 of file dtoatest.cpp.



choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:09