Searched refs:hasResult (Results 1 – 3 of 3) sorted by relevance
324 def string_for_has_result(hasResult): argument325 if hasResult:364 def string_for_get_set_id(hasResult): argument365 if hasResult:379 hasResult = has_result(members)405 string_for_has_result(hasResult),406 string_for_get_set_id(hasResult),
61 virtual bool hasResult() const = 0;
64 if (inst->hasResult()) { in resolveIds()