Lines Matching refs:GetPythonValueFormatString
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);
39 template <> const char *GetPythonValueFormatString(unsigned short);
40 template <> const char *GetPythonValueFormatString(int);
41 template <> const char *GetPythonValueFormatString(unsigned int);
42 template <> const char *GetPythonValueFormatString(long);
43 template <> const char *GetPythonValueFormatString(unsigned long);
44 template <> const char *GetPythonValueFormatString(long long);
45 template <> const char *GetPythonValueFormatString(unsigned long long);
46 template <> const char *GetPythonValueFormatString(float t);
47 template <> const char *GetPythonValueFormatString(double t);