Searched refs:GetPythonValueFormatString (Results 1 – 4 of 4) sorted by relevance
23 template <typename T> const char *GetPythonValueFormatString(T t);24 template <> const char *GetPythonValueFormatString(char *) { return "s"; } in GetPythonValueFormatString() function25 template <> const char *GetPythonValueFormatString(char) { return "b"; } in GetPythonValueFormatString() function26 template <> const char *GetPythonValueFormatString(unsigned char) { in GetPythonValueFormatString() function29 template <> const char *GetPythonValueFormatString(short) { return "h"; } in GetPythonValueFormatString() function30 template <> const char *GetPythonValueFormatString(unsigned short) { in GetPythonValueFormatString() function33 template <> const char *GetPythonValueFormatString(int) { return "i"; } in GetPythonValueFormatString() function35 template <> const char *GetPythonValueFormatString(long) { return "l"; } in GetPythonValueFormatString() function36 template <> const char *GetPythonValueFormatString(unsigned long) { in GetPythonValueFormatString() function40 template <> const char *GetPythonValueFormatString(unsigned long long) { in GetPythonValueFormatString() function[all …]
34 template <typename T> const char *GetPythonValueFormatString(T t);35 template <> const char *GetPythonValueFormatString(char *);36 template <> const char *GetPythonValueFormatString(char);37 template <> const char *GetPythonValueFormatString(unsigned char);38 template <> const char *GetPythonValueFormatString(short);40 template <> const char *GetPythonValueFormatString(int);41 template <> const char *GetPythonValueFormatString(unsigned int);42 template <> const char *GetPythonValueFormatString(long);44 template <> const char *GetPythonValueFormatString(long long);46 template <> const char *GetPythonValueFormatString(float t);[all …]
120 fmt += GetPythonValueFormatString(arg); in FormatArgs()
1620 const_cast<char *>(GetPythonValueFormatString(tid)); in OSPlugin_RegisterContextData()1677 param_format += GetPythonValueFormatString(tid); in OSPlugin_CreateThread()1678 param_format += GetPythonValueFormatString(context); in OSPlugin_CreateThread()