Lines Matching refs:docstring
1266 std::string docstring; in GetHelpLong() local
1268 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1269 if (!docstring.empty()) in GetHelpLong()
1270 SetHelpLong(docstring); in GetHelpLong()
1338 std::string docstring; in GetHelp() local
1340 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1341 if (!docstring.empty()) in GetHelp()
1342 SetHelp(docstring); in GetHelp()
1355 std::string docstring; in GetHelpLong() local
1357 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1358 if (!docstring.empty()) in GetHelpLong()
1359 SetHelpLong(docstring); in GetHelpLong()