Searched refs:GetPythonValueFormatString (Results 1 – 1 of 1) sorted by relevance
1688 template <typename T> const char *GetPythonValueFormatString(T t);1689 template <> const char *GetPythonValueFormatString(char *) { return "s"; } in GetPythonValueFormatString() function1690 template <> const char *GetPythonValueFormatString(char) { return "b"; } in GetPythonValueFormatString() function1691 template <> const char *GetPythonValueFormatString(unsigned char) { in GetPythonValueFormatString() function1694 template <> const char *GetPythonValueFormatString(short) { return "h"; } in GetPythonValueFormatString() function1695 template <> const char *GetPythonValueFormatString(unsigned short) { in GetPythonValueFormatString() function1698 template <> const char *GetPythonValueFormatString(int) { return "i"; } in GetPythonValueFormatString() function1699 template <> const char *GetPythonValueFormatString(unsigned int) { return "I"; } in GetPythonValueFormatString() function1700 template <> const char *GetPythonValueFormatString(long) { return "l"; } in GetPythonValueFormatString() function1701 template <> const char *GetPythonValueFormatString(unsigned long) { in GetPythonValueFormatString() function[all …]