HomeSort by: relevance | last modified time | path
    Searched defs:OptionValue (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/elftosb/dist/common/
OptionDictionary.h 92 struct OptionValue
98 OptionValue() : m_value(0), m_isLocked(false) {}
101 typedef std::map<std::string, OptionValue> option_map_t; //!< Map from option name to value.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
CommandLine.h 519 // OptionValue class
535 template <class DataType> struct OptionValue;
542 using WrapperType = OptionValue<DataType>;
611 struct OptionValue final
613 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> final
631 OptionValue() = default;
633 OptionValue(const cl::boolOrDefault &V) { this->setValue(V);
    [all...]

Completed in 20 milliseconds