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