HomeSort by relevance Sort by last modified time
    Searched refs:subdevices_ (Results 1 - 2 of 2) sorted by null

  /external/stressapptest/src/
error_diag.cc 37 for (std::map<string, DeviceTree*>::iterator itr = subdevices_.begin();
38 itr != subdevices_.end();
64 std::map<string, DeviceTree*>::iterator itr = subdevices_.find(name);
65 if (itr != subdevices_.end()) {
69 for (std::map<string, DeviceTree*>::iterator itr = subdevices_.begin();
70 itr != subdevices_.end();
98 for (std::map<string, DeviceTree*>::iterator itr = subdevices_.begin();
99 itr != subdevices_.end();
114 subdevices_[name] = new DeviceTree(name);
115 subdevices_[name]->parent_ = this
    [all...]
error_diag.h 54 int NumDirectSubDevices() { return subdevices_.size(); }
60 std::map<string, DeviceTree*> subdevices_; // Map of sub-devices. member in class:DeviceTree

Completed in 196 milliseconds