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

/external/lldb/source/Target/
H A DThread.cpp101 ThreadOptionValueProperties *instance_properties = static_cast<ThreadOptionValueProperties *>(thread->GetValueProperties().get()); local
102 if (this != instance_properties)
103 return instance_properties->ProtectedGetPropertyAtIndex (idx);
H A DProcess.cpp85 ProcessOptionValueProperties *instance_properties = static_cast<ProcessOptionValueProperties *>(process->GetValueProperties().get()); local
86 if (this != instance_properties)
87 return instance_properties->ProtectedGetPropertyAtIndex (idx);

Completed in 154 milliseconds