Searched defs:Option (Results 1 – 5 of 5) sorted by relevance
71 struct Option { struct72 char shortOption = '\0'; argument73 std::string longOption; argument75 std::function<Status(ParsedOptions*)> op; argument78 std::string getShortOptions(const std::vector<Option>& options) { in getShortOptions() argument
55 enum Option : int { enum
111 enum class Option : int { enum
467 impl TryFromm<&keymint::KeyParameter::KeyParameter> for Option<KeyParam> { implementation
362 impl<T: AsCborValue> AsCborValue for Option<T> { implementation