Home
last modified time | relevance | path

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

/external/deqp-deps/glslang/glslang/MachineIndependent/
DParseHelper.h118 …allback(const std::function<void(int, int, bool, int, const char*)>& func) { lineCallback = func; } in setLineCallback()
143 if (lineCallback) in notifyLineDirective()
144 lineCallback(curLineNo, newLineNo, hasSource, sourceNum, sourceName); in notifyLineDirective()
200 std::function<void(int, int, bool, int, const char*)> lineCallback; variable