Home
last modified time | relevance | path

Searched refs:FormatTypeError (Results 1 – 2 of 2) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.h333 void FormatTypeError(PyObject* arg, char* expected_types);
Dmessage.cc571 void FormatTypeError(PyObject* arg, char* expected_types) { in FormatTypeError() function
635 FormatTypeError(arg, "int, long"); in CheckAndGetInteger()
703 FormatTypeError(arg, "int, long, float"); in CheckAndGetDouble()
721 FormatTypeError(arg, "int, long, bool"); in CheckAndGetBool()
757 FormatTypeError(arg, "bytes, unicode"); in CheckString()
772 FormatTypeError(arg, "bytes"); in CheckString()