Home | History | Annotate | Download | only in cctest

Lines Matching refs:inners

3070   struct { const char* source; bool assigned; bool with; } inners[] = {
3129 for (unsigned j = 0; j < arraysize(inners); ++j) {
3132 if (outers[i].strict && inners[j].with) continue;
3133 const char* inner = inners[j].source;
3169 bool expected = outers[i].assigned || inners[j].assigned;