HomeSort by relevance Sort by last modified time
    Searched refs:FormatTypeError (Results 1 - 2 of 2) sorted by null

  /external/protobuf/python/google/protobuf/pyext/
message.h 334 void FormatTypeError(PyObject* arg, char* expected_types);
message.cc 536 void FormatTypeError(PyObject* arg, char* expected_types) {
554 FormatTypeError(arg, "int, long");
560 FormatTypeError(arg, "int");
606 FormatTypeError(arg, "int, long, float");
624 FormatTypeError(arg, "int, long, bool");
659 FormatTypeError(arg, "bytes, unicode");
674 FormatTypeError(arg, "bytes");
    [all...]

Completed in 192 milliseconds