Lines Matching refs:docstring
1063 std::string docstring; in GetHelpLong() local
1065 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1066 if (!docstring.empty()) in GetHelpLong()
1067 SetHelpLong(docstring); in GetHelpLong()
1131 std::string docstring; in GetHelp() local
1133 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1134 if (!docstring.empty()) in GetHelp()
1135 SetHelp(docstring); in GetHelp()
1148 std::string docstring; in GetHelpLong() local
1150 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1151 if (!docstring.empty()) in GetHelpLong()
1152 SetHelpLong(docstring); in GetHelpLong()