Home
last modified time | relevance | path

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

/external/protobuf/python/google/protobuf/pyext/
Dmessage.h334 void FormatTypeError(PyObject* arg, char* expected_types);
Dmessage.cc536 void FormatTypeError(PyObject* arg, char* expected_types) { in FormatTypeError() function
554 FormatTypeError(arg, "int, long"); in CheckAndGetInteger()
560 FormatTypeError(arg, "int"); in CheckAndGetInteger()
606 FormatTypeError(arg, "int, long, float"); in CheckAndGetInteger()
624 FormatTypeError(arg, "int, long, bool"); in CheckAndGetInteger()
659 FormatTypeError(arg, "bytes, unicode"); in CheckAndGetInteger()
674 FormatTypeError(arg, "bytes"); in CheckAndGetInteger()