Lines Matching defs:sbvalue
27 def ccc_summary(sbvalue, internal_dict):
28 sbvalue = sbvalue.GetNonSyntheticValue()
30 # non-synthetic value. If it does not, then sbvalue.GetChildMemberWithName("a")
33 return "CCC object with leading value " + str(sbvalue.GetChildMemberWithName("a"))
36 def ccc_synthetic(sbvalue, internal_dict):
37 sbvalue = sbvalue.GetSyntheticValue()
39 # synthetic value. If it does, then sbvalue.GetChildMemberWithName("a")
43 sbvalue.GetChildMemberWithName("a")
47 def bar_int_synthetic(sbvalue, internal_dict):
48 sbvalue = sbvalue.GetSyntheticValue()
51 return "bar_int synthetic: " + str(sbvalue)
55 def __init__(self, sbvalue, internal_dict):
56 self._sbvalue = sbvalue
76 def empty1_summary(sbvalue, internal_dict):
81 def __init__(self, sbvalue, internal_dict):
82 self._sbvalue = sbvalue
91 def empty2_summary(sbvalue, internal_dict):
96 def __init__(self, sbvalue, internal_dict):
97 self._sbvalue = sbvalue