Lines Matching defs:context
29 : context(spvContextCreate(env)) {}
30 ~ScopedContext() { spvContextDestroy(context); }
31 spv_context context;
68 spvTextToBinary(ScopedContext(env).context, txt.c_str(), txt.size(),
88 spvTextToBinary(ScopedContext(env).context, txt.c_str(),
117 ScopedContext context(env);
119 spv_result_t error = spvTextToBinary(context.context, txt.c_str(),
131 error = spvBinaryToText(context.context, binary->code, binary->wordCount,
158 spvBinaryToText(ScopedContext().context, code.data(), code.size(),