Lines Matching refs:docstring
1111 std::string docstring; in GetHelpLong() local
1113 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1114 if (!docstring.empty()) in GetHelpLong()
1115 SetHelpLong(docstring); in GetHelpLong()
1179 std::string docstring; in GetHelp() local
1181 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1182 if (!docstring.empty()) in GetHelp()
1183 SetHelp(docstring); in GetHelp()
1196 std::string docstring; in GetHelpLong() local
1198 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1199 if (!docstring.empty()) in GetHelpLong()
1200 SetHelpLong(docstring); in GetHelpLong()