Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Dmessage.h338 void FormatTypeError(PyObject* arg, char* expected_types);
Dmessage.cc536 void FormatTypeError(PyObject* arg, char* expected_types) { in FormatTypeError() argument
543 expected_types); in FormatTypeError()