Lines Matching defs:HValue
6 Info as HInfo, Value as HValue, InterfaceId, \
76 self.volumearray[dir] = HValue(helem).getArray(self.volumeinfo[dir].type, self.volumeinfo[dir].count)
81 self.switcharray[dir] = HValue(helem).getArray(self.switchinfo[dir].type, self.switchinfo[dir].count)
108 hv = HValue(self.volume[dir])
121 hv = HValue(self.switch[dir])
128 self.volumearray[i] = HValue(helem).getArray(self.volumeinfo[i].type, self.volumeinfo[i].count)
130 self.switcharray[i] = HValue(helem).getArray(self.switchinfo[i].type, self.switchinfo[i].count)
143 self.enumarray = HValue(helem).getArray(self.enuminfo.type, self.enuminfo.count)
173 hv = HValue(self.enum)
178 self.enumarray = HValue(helem).getArray(self.enuminfo.type, self.enuminfo.count)