Searched refs:object_ptr_error (Results 1 – 1 of 1) sorted by relevance
925 Status object_ptr_error; in AddArguments() local932 object_ptr_error.SetErrorString("Can't get context object's " in AddArguments()937 GetCppObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()939 object_ptr = GetObjectPointer(frame_sp, object_name, object_ptr_error); in AddArguments()943 if (!object_ptr_error.Success()) { in AddArguments()946 object_name, object_ptr_error.AsCString()); in AddArguments()953 cmd_ptr = GetObjectPointer(frame_sp, cmd_name, object_ptr_error); in AddArguments()955 if (!object_ptr_error.Success()) { in AddArguments()959 object_ptr_error.AsCString()); in AddArguments()