Searched refs:PrintMethodData (Results 1 – 1 of 1) sorted by relevance
/lvgl-latest/src/libs/thorvg/rapidjson/ |
D | schema.h | 109 inline void PrintMethodData(const char* method) { in PrintMethodData() function 113 inline void PrintMethodData(const char* method, bool b) { in PrintMethodData() function 117 inline void PrintMethodData(const char* method, int64_t i) { in PrintMethodData() function 121 inline void PrintMethodData(const char* method, uint64_t u) { in PrintMethodData() function 125 inline void PrintMethodData(const char* method, double d) { in PrintMethodData() function 129 inline void PrintMethodData(const char* method, const char* s) { in PrintMethodData() function 133 inline void PrintMethodData(const char* method, const wchar_t* s) { in PrintMethodData() function 137 inline void PrintMethodData(const char* method, const char* s1, const char* s2) { in PrintMethodData() function 141 inline void PrintMethodData(const char* method, const wchar_t* s1, const wchar_t* s2) { in PrintMethodData() function
|