Searched defs:optarg (Results 1 – 3 of 3) sorted by relevance
11 char* optarg; variable
26 std::pair<std::string, StreamConfig> parseStreamConfig(const char* optarg) { in parseStreamConfig()
70 static std::optional<unsigned> parseUnsignedIntFromString(const char* optarg, const char* name) { in parseUnsignedIntFromString()