Lines Matching refs:result
55 std::string result = ConvertIdentifierNameToWords(matcher_name);
57 result += " " + JoinAsKeyValueTuple(param_names, param_values);
59 return negation ? "not (" + result + ")" : result;
156 ElementMatcherPairs result;
160 result.push_back(ElementMatcherPair(ilhs, irhs));
162 return result;
390 bool result = true;
407 result = false;
420 if (!result) {
425 result = false;
434 return result;