Home
last modified time | relevance | path

Searched refs:IsTypeComplete (Results 1 – 5 of 5) sorted by relevance

/external/lldb/test/functionalities/type_completion/
DTestTypeCompletion.py63 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')
[all …]
/external/lldb/scripts/Python/interface/
DSBType.i235 IsTypeComplete ();
280 __swig_getmethods__["is_complete"] = IsTypeComplete
281 …if _newclass: is_complete = property(IsTypeComplete, None, doc='''A read only property that return…
/external/lldb/include/lldb/API/
DSBType.h165 IsTypeComplete ();
/external/lldb/source/API/
DSBType.cpp396 SBType::IsTypeComplete() in IsTypeComplete() function in SBType
/external/lldb/www/python_reference/
Dapi-objects.txt3869 lldb.SBType.IsTypeComplete lldb.SBType-class.html#IsTypeComplete