Lines Matching refs:docstring
1108 std::string docstring; in GetHelpLong() local
1110 scripter->GetDocumentationForItem(m_function_name.c_str(), docstring); in GetHelpLong()
1111 if (!docstring.empty()) in GetHelpLong()
1112 SetHelpLong(docstring); in GetHelpLong()
1176 std::string docstring; in GetHelp() local
1178 scripter->GetShortHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelp()
1179 if (!docstring.empty()) in GetHelp()
1180 SetHelp(docstring); in GetHelp()
1193 std::string docstring; in GetHelpLong() local
1195 scripter->GetLongHelpForCommandObject(m_cmd_obj_sp, docstring); in GetHelpLong()
1196 if (!docstring.empty()) in GetHelpLong()
1197 SetHelpLong(docstring); in GetHelpLong()