Lines Matching refs:op
298 case BINBLOCK_SIG_GLGR: pContext->op = ConstructContext::ANALYZE_GLGR; break; in ConstructOpDispatch()
299 case BINBLOCK_SIG_FINF: pContext->op = ConstructContext::ANALYZE_FINF; break; in ConstructOpDispatch()
300 case BINBLOCK_SIG_CMAP: pContext->op = ConstructContext::ANALYZE_CMAP; break; in ConstructOpDispatch()
301 case BINBLOCK_SIG_CWDH: pContext->op = ConstructContext::ANALYZE_CWDH; break; in ConstructOpDispatch()
302 case BINBLOCK_SIG_TGLP: pContext->op = ConstructContext::ANALYZE_TGLP; break; in ConstructOpDispatch()
309 pContext->op = ConstructContext::FATAL_ERROR; in ConstructOpDispatch()
344 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeFileHeader()
483 pContext->op = ConstructContext::DISPATCH; in ConstructOpAnalyzeGLGR()
654 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairCopySheet()
694 pContext->op = ConstructContext::DISPATCH; in ConstructOpPrepairExpandSheet()
835 pContext->op = ConstructContext::FATAL_ERROR; in ConstructOpFatalError()
1062 op = INVALID_OPERATION; in Init()