Home | History | Annotate | Download | only in default-constructor

Lines Matching refs:obj

8 def fuzz_obj(obj):
9 obj.GetCString()
10 obj.Fail()
11 obj.Success()
12 obj.GetError()
13 obj.GetType()
14 obj.SetError(5, lldb.eErrorTypeGeneric)
15 obj.SetErrorToErrno()
16 obj.SetErrorToGenericError()
17 obj.SetErrorString("xyz")
18 obj.SetErrorString(None)
19 obj.SetErrorStringWithFormat("%s!", "error")
20 obj.SetErrorStringWithFormat(None)
21 obj.GetDescription(lldb.SBStream())
22 obj.Clear()