Searched defs:TestVar (Results 1 – 3 of 3) sorted by relevance
16 explicit TestVar(TestingInstance* instance) : TestCase(instance) {} in TestVar() function
57 def TestVar(context_id): function
1233 struct TestVar { struct1235 constexpr TestVar(int value) : value(value) {} in TestVar() function