Home
last modified time | relevance | path

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

/external/pigweed/pw_protobuf/public/pw_protobuf/
Dfind.h30 : field_number_(field_number), found_(false), nested_handler_(nested) {} in FindDecodeHandler()
34 bool found() const { return found_; } in found()
42 bool found_; variable
/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_ TF_GUARDED_BY(mu_);
320 found_.insert(found_.end(), devices->begin(), devices->end()); in WhenFound()
/external/google-breakpad/src/common/mac/
Dmacho_reader.cc426 : name_(name), segment_(segment), found_() { } in SegmentFinder()
429 bool found() const { return found_; } in found()
434 found_ = true; in SegmentCommand()
448 bool found_; member in google_breakpad::mach_o::Reader::SegmentFinder
/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
/external/pigweed/pw_protobuf/
Dfind.cc26 found_ = true; in ProcessField()