Searched defs:OptionValue (Results 1 – 3 of 3) sorted by relevance
34 template <> struct cl::OptionValue<FnT> final : cl::OptionValueCopy<FnT> { struct in cl37 OptionValue(const FnT &V) { this->setValue(V); } in OptionValue() argument39 OptionValue<FnT> &operator=(const FnT &V) { in operator =()
18 OptionValue::OptionValue(const OptionValue &other) { in OptionValue() function in OptionValue
141 class OptionValue; variable