Home
last modified time | relevance | path

Searched refs:expected_types (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() argument
543 expected_types); in FormatTypeError()