Home | History | Annotate | Download | only in test

Lines Matching refs:nestability

12 TestPendingTask::TestPendingTask() : nestability(NESTABLE) {}
18 TestNestability nestability)
23 nestability(nestability) {}
34 if (nestability != other.nestability)
35 return (nestability == NESTABLE);
48 switch (nestability) {
50 state->SetString("nestability", "NESTABLE");
53 state->SetString("nestability", "NON_NESTABLE");