Searched refs:OptionValue (Results 1 – 5 of 5) sorted by relevance
535 template <class DataType> struct OptionValue;542 using WrapperType = OptionValue<DataType>;611 struct OptionValue final613 OptionValue() = default;615 OptionValue(const DataType &V) { this->setValue(V); }618 template <class DT> OptionValue<DataType> &operator=(const DT &V) {627 struct OptionValue<cl::boolOrDefault> final631 OptionValue() = default;633 OptionValue(const cl::boolOrDefault &V) { this->setValue(V); }635 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault &V) {[all …]
92 struct OptionValue struct98 OptionValue() : m_value(0), m_isLocked(false) {} in OptionValue() function101 typedef std::map<std::string, OptionValue> option_map_t; //!< Map from option name to value.
85 OptionValue newValue; in setOption()
80 void OptionValue<boolOrDefault>::anchor() {} in anchor()81 void OptionValue<std::string>::anchor() {} in anchor()2055 void parser<T>::printOptionDiff(const Option &O, T V, OptionValue<T> D, \2087 const OptionValue<std::string> &D, in PRINT_OPT_DIFF()
40 …Each value represents a single option and contains (OptionTag, Length, OptionValue) encoded in the…