Searched defs:ScopedContext (Results 1 – 6 of 6) sorted by relevance
30 struct ScopedContext { struct31 ScopedContext(spv_target_env env) : context(spvContextCreate(env)) {} in ScopedContext() argument32 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext()33 spv_context context;
36 struct ScopedContext { struct37 ScopedContext(spv_target_env env) : context(spvContextCreate(env)) {} in ScopedContext() argument38 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext()39 spv_context context;
23 struct ScopedContext { struct26 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument27 spv_context context;
26 struct ScopedContext { struct29 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument30 spv_context context;