Home
last modified time | relevance | path

Searched defs:error_list (Results 1 – 2 of 2) sorted by relevance

/third_party/mesa3d/src/glx/
Dglxext.c110 static /* const */ char *error_list[] = { variable
134 __GLX_NUMBER_ERRORS, error_list) in XEXT_GENERATE_ERROR_STRING() argument
/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc2145 PyObject* error_list = PyList_New(errors.size()); in FindInitializationErrors() local