Home
last modified time | relevance | path

Searched refs:found_ (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/ast/
Dprettyprinter.cc24 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 …]
Dprettyprinter.h50 bool found_; variable
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc423 : 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
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster.cc232 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()
/external/libchrome/base/metrics/
Dpersistent_histogram_allocator.cc138 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()
Dpersistent_histogram_allocator.h165 std::vector<PersistentMemoryAllocator::Reference> found_; variable