Home
last modified time | relevance | path

Searched refs:parseUnsignedIntFromString (Results 1 – 1 of 1) sorted by relevance

/device/google/trout/hal/vehicle/2.0/
DUtils.cpp70 static std::optional<unsigned> parseUnsignedIntFromString(const char* optarg, const char* name) { in parseUnsignedIntFromString() function
109 cid = parseUnsignedIntFromString(optarg, "cid"); in fromCommandLine()
112 port = parseUnsignedIntFromString(optarg, "port"); in fromCommandLine()