Lines Matching refs:m_constructor_errors
60 m_constructor_errors.Printf( in ConstructorSetup()
65 m_constructor_errors.GetData()); in ConstructorSetup()
72 m_constructor_errors.Printf( in ConstructorSetup()
76 m_constructor_errors.GetData()); in ConstructorSetup()
81 m_constructor_errors.Printf( in ConstructorSetup()
87 static_cast<void *>(this), m_constructor_errors.GetData()); in ConstructorSetup()
93 m_constructor_errors.Printf( in ConstructorSetup()
98 static_cast<void *>(this), m_constructor_errors.GetData()); in ConstructorSetup()
111 m_constructor_errors.Printf("Setting up ThreadPlanCallFunction, failed to " in ConstructorSetup()
115 m_constructor_errors.GetData()); in ConstructorSetup()
255 if (m_constructor_errors.GetSize() > 0) in ValidatePlan()
256 error->PutCString(m_constructor_errors.GetString()); in ValidatePlan()