Home | History | Annotate | Download | only in type_completion

Lines Matching refs:IsTypeComplete

63         self.assertFalse(p_type.IsTypeComplete(), 'vector<T> complete but it should not be')
70 self.assertFalse(p_type.IsTypeComplete(), 'vector<T> complete but it should not be')
79 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
82 self.assertFalse(name_address_type.IsTypeComplete(), 'NameAndAddress complete but it should not be')
91 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
94 self.assertTrue(name_address_type.IsTypeComplete(), 'NameAndAddress should now be complete')
103 self.assertFalse(string.IsTypeComplete(), 'std::string complete but it should not be')
110 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
113 self.assertTrue(name_address_type.IsTypeComplete(), 'NameAndAddress should now be complete')
122 self.assertFalse(string.IsTypeComplete(), 'std::string complete but it should not be')
130 self.assertTrue(p_type.IsTypeComplete(), 'vector<T> should now be complete')
133 self.assertTrue(name_address_type.IsTypeComplete(), 'NameAndAddress should now be complete')
138 self.assertTrue(string.IsTypeComplete(), 'std::string should now be complete')