Searched refs:TestThreadContextNative (Results 1 – 3 of 3) sorted by relevance
21 class TestThreadContextNative {23 constexpr TestThreadContextNative() = default;25 TestThreadContextNative(const TestThreadContextNative&) = delete;26 TestThreadContextNative& operator=(const TestThreadContextNative&) = delete;28 ~TestThreadContextNative() = default;
22 class TestThreadContextNative {26 constexpr TestThreadContextNative() { options_.set_static_context(context_); } in TestThreadContextNative() function28 TestThreadContextNative(const TestThreadContextNative&) = delete;29 TestThreadContextNative& operator=(const TestThreadContextNative&) = delete;31 ~TestThreadContextNative() = default;
64 backend::TestThreadContextNative context_;