Home
last modified time | relevance | path

Searched refs:instance_properties (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDThread.cpp112 …ThreadOptionValueProperties *instance_properties = static_cast<ThreadOptionValueProperties *>(thre… in GetPropertyAtIndex() local
113 if (this != instance_properties) in GetPropertyAtIndex()
114 return instance_properties->ProtectedGetPropertyAtIndex (idx); in GetPropertyAtIndex()
HDProcess.cpp97 …ProcessOptionValueProperties *instance_properties = static_cast<ProcessOptionValueProperties *>(pr… in GetPropertyAtIndex() local
98 if (this != instance_properties) in GetPropertyAtIndex()
99 return instance_properties->ProtectedGetPropertyAtIndex (idx); in GetPropertyAtIndex()