Searched refs:ThreadOptionValueProperties (Results 1 – 1 of 1) sorted by relevance
76 class ThreadOptionValueProperties class77 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {79 ThreadOptionValueProperties(llvm::StringRef name) : Cloneable(name) {} in ThreadOptionValueProperties() function in ThreadOptionValueProperties90 ThreadOptionValueProperties *instance_properties = in GetPropertyAtIndex()91 static_cast<ThreadOptionValueProperties *>( in GetPropertyAtIndex()103 m_collection_sp = std::make_shared<ThreadOptionValueProperties>("thread"); in ThreadProperties()