Searched refs:m_value_usage_text (Results 1 – 2 of 2) sorted by relevance
27 m_value_usage_text.assign("The value for the previous key in the pair passed " in OptionGroupPythonClassWithDict()29 m_value_usage_text.append(class_use); in OptionGroupPythonClassWithDict()30 m_value_usage_text.append(". Pairs can be specified more than once."); in OptionGroupPythonClassWithDict()69 m_option_definition[2].usage_text = m_value_usage_text.data(); in OptionGroupPythonClassWithDict()
56 std::string m_class_usage_text, m_key_usage_text, m_value_usage_text; variable