Lines Matching refs:string
24 #include <string>
36 explicit DeviceTree(string name);
40 DeviceTree *FindInSubTree(string name);
42 DeviceTree *FindOrAddDevice(string name);
44 void InsertSubDevice(string name);
48 void PrettyPrint(string spacer = " ");
58 DeviceTree *UnlockedFindInSubTree(string name);
60 std::map<string, DeviceTree*> subdevices_; // Map of sub-devices.
63 string name_; // Device name.
134 virtual int AddCeccError(string dimm_string);
137 virtual int AddUeccError(string dimm_string);
140 virtual int AddMiscompareError(string dimm_string, uint64 addr, int count);
143 virtual int AddHDDMiscompareError(string devicename, int block, int offset,
147 virtual int AddHDDSectorTagError(string devicename, int block, int offset,
158 string AddressToDimmString(OsLayer *os, void *addr, int offset);