Searched refs:was_found (Results 1 – 5 of 5) sorted by relevance
158 bool was_found = false; in Parse() local161 was_found = flag.Parse(argv[i], &value_parsing_ok); in Parse()165 if (was_found) { in Parse()169 if (!was_found) { in Parse()
335 bool was_found = false; in VisitCall() local338 was_found = !found_; in VisitCall()340 if (was_found) { in VisitCall()350 if (!was_found) Print("(...)"); in VisitCall()352 if (was_found) { in VisitCall()360 bool was_found = false; in VisitCallNew() local363 was_found = !found_; in VisitCallNew()365 if (was_found) { in VisitCallNew()374 Find(node->expression(), was_found); in VisitCallNew()376 if (was_found) { in VisitCallNew()[all …]
259 bool was_found = false; in Parse() local262 was_found = flag.Parse(argv[i], &value_parsing_ok); in Parse()266 if (was_found) { in Parse()270 if (!was_found) { in Parse()
75 Handle<Object> receiver, bool* was_found);
1033 bool was_found; in GetProperty() local1036 it->GetName(), it->GetReceiver(), &was_found); in GetProperty()1037 if (!was_found) it->NotFound(); in GetProperty()1075 bool* was_found) { in GetProperty() argument1076 *was_found = true; in GetProperty()1104 *was_found = it.IsFound(); in GetProperty()