Searched refs:ThreadOptionValueProperties (Results 1 – 1 of 1) sorted by relevance
74 class ThreadOptionValueProperties class75 : public Cloneable<ThreadOptionValueProperties, OptionValueProperties> {77 ThreadOptionValueProperties(ConstString name) : Cloneable(name) {} in ThreadOptionValueProperties() function in ThreadOptionValueProperties88 ThreadOptionValueProperties *instance_properties = in GetPropertyAtIndex()89 static_cast<ThreadOptionValueProperties *>( in GetPropertyAtIndex()102 std::make_shared<ThreadOptionValueProperties>(ConstString("thread")); in ThreadProperties()