Searched refs:mForEachFatal (Results 1 – 2 of 2) sorted by relevance
274 mForEachFatal = true; // we'll set this to false if everything looks ok in beginForEach()380 mForEachFatal = false; in beginForEach()402 if (mForEachFatal) in addForEachIn()444 if (mForEachFatal) in addForEachParam()485 if (mForEachFatal) in addForEachSignatureMetadata()503 if (isUsing() && !mForEachFatal) { in endForEach()
385 bool mForEachFatal; // fatal mismatch in comparing ForEach; do no further comparisons for it variable