Searched refs:GetOption (Results 1 – 6 of 6) sorted by relevance
80 template <class T> T *GetOption(const CMIUtilString &vStrOptionName);117 CMICmdBase::GetOption(const CMIUtilString &vStrOptionName) in GetOption() function143 …CMICmdArgVal##b *a = CMICmdBase::GetOption<CMICmdArgVal##b>(c); …
1028 …CMICmdArgValListOfN *pArgExprNoQuotes = CMICmdBase::GetOption<CMICmdArgValListOfN>(m_constStrArgNa… in GetRestOfExpressionNotSurroundedInQuotes()
75 int GetOption (int level, int option_name, int &option_value);
173 CALLOUT_OKAY = not (env.GetOption('clean') or env.GetOption('help'))468 if env.GetOption('clean'):
697 int Socket::GetOption(int level, int option_name, int &option_value) in GetOption() function in Socket
231 bool is_socket = !!tcp_socket->GetOption(SOL_SOCKET, SO_REUSEADDR, resuse); in Connect()