Searched refs:FormatTypeError (Results 1 – 2 of 2) sorted by relevance
| /third_party/protobuf/python/google/protobuf/pyext/ |
| D | message.h | 333 void FormatTypeError(PyObject* arg, char* expected_types);
|
| D | message.cc | 571 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()
|