OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTypeComplete
(Results
1 - 4
of
4
) sorted by null
/external/lldb/test/functionalities/type_completion/
TestTypeCompletion.py
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'
[
all
...]
/external/lldb/scripts/Python/interface/
SBType.i
235
IsTypeComplete
();
280
__swig_getmethods__["is_complete"] =
IsTypeComplete
281
if _newclass: is_complete = property(
IsTypeComplete
, None, doc='''A read only property that returns a boolean value that indicates if this type is a complete type (True) or a forward declaration (False).''')
/external/lldb/include/lldb/API/
SBType.h
165
IsTypeComplete
();
/external/lldb/source/API/
SBType.cpp
396
SBType::
IsTypeComplete
()
Completed in 67 milliseconds