• Home
  • Raw
  • Download

Lines Matching defs:option

142 USED_FUNCTION void LoopFunction(milliseconds timeOutMS, const Option &option)  in LoopFunction()
188 inline void Loop(milliseconds timeOutMS, const Option &option) in Loop()
195 USED_FUNCTION void CallStack10(int currentStack, const Option &option) in CallStack10()
202 USED_FUNCTION void CallStack9(int currentStack, const Option &option) in CallStack9()
214 USED_FUNCTION void CallStack8(int currentStack, const Option &option) in CallStack8()
226 USED_FUNCTION void CallStack7(int currentStack, const Option &option) in CallStack7()
238 USED_FUNCTION void CallStack6(int currentStack, const Option &option) in CallStack6()
250 USED_FUNCTION void CallStack5(int currentStack, const Option &option) in CallStack5()
262 USED_FUNCTION void CallStack4(int currentStack, const Option &option) in CallStack4()
274 USED_FUNCTION void CallStack3(int currentStack, const Option &option) in CallStack3()
286 USED_FUNCTION void CallStack2(int currentStack, const Option &option) in CallStack2()
298 USED_FUNCTION void CallStack1(int currentStack, const Option &option) in CallStack1()
310 USED_FUNCTION void CallStack0(int currentStack, const Option &option) in CallStack0()
322 USED_FUNCTION void ExampleThread(const Option &option) in ExampleThread()
331 USED_FUNCTION void RunSampleThread(const Option &option) in RunSampleThread()
407 bool MatchArgs(std::vector<std::string> &args, const std::string &option) in MatchArgs()
415 bool GetBoolFromArg(std::vector<std::string> &args, const std::string &option, bool &value) in GetBoolFromArg()
432 Option option; in main() local