Lines Matching refs:GetPythonValueFormatString
29 template <typename T> const char *GetPythonValueFormatString(T t);
30 template <> const char *GetPythonValueFormatString(char *);
31 template <> const char *GetPythonValueFormatString(char);
32 template <> const char *GetPythonValueFormatString(unsigned char);
33 template <> const char *GetPythonValueFormatString(short);
34 template <> const char *GetPythonValueFormatString(unsigned short);
35 template <> const char *GetPythonValueFormatString(int);
36 template <> const char *GetPythonValueFormatString(unsigned int);
37 template <> const char *GetPythonValueFormatString(long);
38 template <> const char *GetPythonValueFormatString(unsigned long);
39 template <> const char *GetPythonValueFormatString(long long);
40 template <> const char *GetPythonValueFormatString(unsigned long long);
41 template <> const char *GetPythonValueFormatString(float t);
42 template <> const char *GetPythonValueFormatString(double t);