Searched defs:ScopedContext (Results 1 – 5 of 5) sorted by relevance
26 struct ScopedContext { struct29 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext() argument30 spv_context context;
44 struct ScopedContext { struct45 ScopedContext(spv_target_env env) : context(spvContextCreate(env)) {} in ScopedContext() argument46 ~ScopedContext() { spvContextDestroy(context); } in ~ScopedContext()47 spv_context context;
185 TestMockTimeTaskRunner::ScopedContext::ScopedContext( in ScopedContext() function in base::TestMockTimeTaskRunner::ScopedContext