Searched defs:Option (Results 1 – 6 of 6) sorted by relevance
98 struct Option { struct99 char shortOption = '\0'; argument100 std::string longOption; argument102 std::function<Status(ParsedOptions*)> op; argument105 std::string getShortOptions(const std::vector<Option>& options) { in getShortOptions() argument
55 enum Option : int { enum
131 impl<T: AsCborValue> AsCborValue for Option<T> { implementation
111 enum class Option : int { enum
506 impl TryFromm<&keymint::KeyParameter::KeyParameter> for Option<KeyParam> { implementation
380 impl<T: AsCborValue> AsCborValue for Option<T> { implementation