Searched refs:ThreadOptionValueProperties (Results 1 – 1 of 1) sorted by relevance
75 class ThreadOptionValueProperties class76 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {78 ThreadOptionValueProperties(ConstString name) : Cloneable(name) {} in ThreadOptionValueProperties() function in ThreadOptionValueProperties89 ThreadOptionValueProperties *instance_properties = in GetPropertyAtIndex()90 static_cast<ThreadOptionValueProperties *>( in GetPropertyAtIndex()103 std::make_shared<ThreadOptionValueProperties>(ConstString("thread")); in ThreadProperties()