• Home
  • Raw
  • Download

Lines Matching defs:option

141 USED_FUNCTION void LoopFunction(milliseconds timeOutMS, const Option &option)  in LoopFunction()
187 inline void Loop(milliseconds timeOutMS, const Option &option) in Loop()
194 USED_FUNCTION void CallStack10(int currentStack, const Option &option) in CallStack10()
201 USED_FUNCTION void CallStack9(int currentStack, const Option &option) in CallStack9()
213 USED_FUNCTION void CallStack8(int currentStack, const Option &option) in CallStack8()
225 USED_FUNCTION void CallStack7(int currentStack, const Option &option) in CallStack7()
237 USED_FUNCTION void CallStack6(int currentStack, const Option &option) in CallStack6()
249 USED_FUNCTION void CallStack5(int currentStack, const Option &option) in CallStack5()
261 USED_FUNCTION void CallStack4(int currentStack, const Option &option) in CallStack4()
273 USED_FUNCTION void CallStack3(int currentStack, const Option &option) in CallStack3()
285 USED_FUNCTION void CallStack2(int currentStack, const Option &option) in CallStack2()
297 USED_FUNCTION void CallStack1(int currentStack, const Option &option) in CallStack1()
309 USED_FUNCTION void CallStack0(int currentStack, const Option &option) in CallStack0()
321 USED_FUNCTION void ExampleThread(const Option &option) in ExampleThread()
330 USED_FUNCTION void RunSampleThread(const Option &option) in RunSampleThread()
406 bool MatchArgs(std::vector<std::string> &args, const std::string &option) in MatchArgs()
414 bool GetBoolFromArg(std::vector<std::string> &args, const std::string &option, bool &value) in GetBoolFromArg()
431 Option option; in main() local