Home | History | Annotate | Download | only in synthetic

Lines Matching refs:GetChildAtIndex

35 	r = valobj.GetChildAtIndex(0)
36 B = r.GetChildAtIndex(0)
37 first = B.GetChildAtIndex(0)
38 D = first.GetChildAtIndex(0)
39 l = D.GetChildAtIndex(0)
40 s = D.GetChildAtIndex(1)
41 D20 = s.GetChildAtIndex(0)
42 size_mode = D20.GetChildAtIndex(0).GetValueAsUnsigned(0)
45 return make_string(s.GetChildAtIndex(1),size)
47 data_ptr = l.GetChildAtIndex(2)
48 size_vo = l.GetChildAtIndex(1)