Home
last modified time | relevance | path

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

/third_party/glslang/SPIRV/
DSPVRemapper.h132 static void registerErrorHandler(errorfn_t handler) { errorHandler = handler; } in registerErrorHandler() function
/third_party/libxml2/python/
Dlibxml.py632 def registerErrorHandler(f, ctx): function