Searched defs:was_found (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/calib3d/test/
H A Dtest_chesscorners_badarg.cpp76 bool was_found; member in class:CV_ChessboardDetectorBadArgTest
88 (int)corners.size(), was_found);
98 drawCorners = was_found = false;
142 was_found = true;
/external/v8/src/ast/
H A Dprettyprinter.cc318 bool was_found = !found_ && node->position() == position_; local
319 if (was_found) {
329 if (!was_found) Print("(...)");
331 if (was_found) done_ = true;
336 bool was_found = !found_ && node->position() == position_; local
337 if (was_found) {
346 Find(node->expression(), was_found);
348 if (was_found) done_ = true;
/external/v8/src/
H A Dobjects.cc809 bool was_found; local
812 it->GetName(), it->GetReceiver(), &was_found);
813 if (!was_found) it->NotFound();
845 bool* was_found) {
846 *was_found = true;
880 *was_found = it.IsFound();
841 GetProperty(Isolate* isolate, Handle<JSProxy> proxy, Handle<Name> name, Handle<Object> receiver, bool* was_found) argument

Completed in 308 milliseconds