Searched refs:found_ (Results 1 – 6 of 6) sorted by relevance
24 found_ = false; in CallPrinter()56 if (found_) { in Find()69 if (!found_ || done_) return; in Print()75 if (!found_ || done_) return; in Print()262 if (spread != nullptr && !found_ && in VisitArrayLiteral()264 found_ = true; in VisitArrayLiteral()298 if (!found_ && position_ == node->expression()->position()) { in VisitYieldStar()299 found_ = true; in VisitYieldStar()338 was_found = !found_; in VisitCall()347 found_ = true; in VisitCall()[all …]
50 bool found_; variable
423 : name_(name), segment_(segment), found_() { } in SegmentFinder()426 bool found() const { return found_; } in found()431 found_ = true; in SegmentCommand()445 bool found_; member in google_breakpad::mach_o::Reader::SegmentFinder
232 for (Device* dev : found_) delete dev; in ~DeviceFinder()284 for (Device* dev : found_) { in GetRemoteDevices()292 found_.clear(); in GetRemoteDevices()303 std::vector<Device*> found_ GUARDED_BY(mu_);320 found_.insert(found_.end(), devices->begin(), devices->end()); in WhenFound()
138 if (!sample_map_records->found_.empty()) { in LoadRecords()140 sample_map_records->found_.size()); in LoadRecords()142 sample_map_records->found_.begin(), in LoadRecords()143 sample_map_records->found_.end()); in LoadRecords()144 sample_map_records->found_.clear(); in LoadRecords()177 samples->found_.push_back(ref); in LoadRecords()
165 std::vector<PersistentMemoryAllocator::Reference> found_; variable