Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dkcdata.py282 v = self.GetValue(base_data, array_pos)
287 def GetValue(self, base_data, array_pos=0): member in KCSubTypeElement
314 _v = self.GetValue(base_data, i)
335 e_data = [self.GetValue(base_data, i) for i in range(self.count)]
337 e_data = self.GetValue(base_data)
397 return self.custom_JsonRepr([e.GetValue(base_data) for e in self.elements])