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