Home | History | Annotate | Download | only in unittest

Lines Matching defs:TestContext

242    struct TestContext {
245 TestContext() {
253 TestContext * context = &contexts[id];
283 contexts = new TestContext[params.NUM_CONTEXTS];
291 TestContext * context = &contexts[id];
324 struct TestContext {
331 TestContext * context = &contexts[rand() % NUM_CONTEXTS];
405 struct TestContext {
408 TestContext() : pcq(0) {}
409 ~TestContext() {
420 TestContext * context = &contexts[rand() % params.NUM_CONTEXTS];
433 TestContext * context = &contexts[rand() % NUM_CONTEXTS];
465 struct TestContext {
471 TestContext () {
480 TestContext * context = &contexts[id];
520 contexts = new TestContext[params.NUM_CONTEXTS];
526 contexts = new TestContext[params.NUM_CONTEXTS];
534 TestContext * context;