Lines Matching refs:docstring
1104 std::string docstring; in GetHelpLong() local
1106 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1107 if (!docstring.empty()) in GetHelpLong()
1108 SetHelpLong(docstring); in GetHelpLong()
1190 std::string docstring; in GetHelp() local
1192 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1193 if (!docstring.empty()) in GetHelp()
1194 SetHelp(docstring); in GetHelp()
1207 std::string docstring; in GetHelpLong() local
1209 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1210 if (!docstring.empty()) in GetHelpLong()
1211 SetHelpLong(docstring); in GetHelpLong()