Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThread.cpp101 …ThreadOptionValueProperties *instance_properties = static_cast<ThreadOptionValueProperties *>(thre… in GetPropertyAtIndex() local
102 if (this != instance_properties) in GetPropertyAtIndex()
103 return instance_properties->ProtectedGetPropertyAtIndex (idx); in GetPropertyAtIndex()
DProcess.cpp85 …ProcessOptionValueProperties *instance_properties = static_cast<ProcessOptionValueProperties *>(pr… in GetPropertyAtIndex() local
86 if (this != instance_properties) in GetPropertyAtIndex()
87 return instance_properties->ProtectedGetPropertyAtIndex (idx); in GetPropertyAtIndex()