Lines Matching refs:docstring
1060 std::string docstring; in GetHelpLong() local
1062 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1063 if (!docstring.empty()) in GetHelpLong()
1064 SetHelpLong(docstring); in GetHelpLong()
1160 std::string docstring; in GetHelp() local
1162 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1163 if (!docstring.empty()) in GetHelp()
1164 SetHelp(docstring); in GetHelp()
1177 std::string docstring; in GetHelpLong() local
1179 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1180 if (!docstring.empty()) in GetHelpLong()
1181 SetHelpLong(docstring); in GetHelpLong()
1856 std::string docstring; in GetHelp() local
1858 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1859 if (!docstring.empty()) in GetHelp()
1860 SetHelp(docstring); in GetHelp()
1873 std::string docstring; in GetHelpLong() local
1875 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1876 if (!docstring.empty()) in GetHelpLong()
1877 SetHelpLong(docstring); in GetHelpLong()