Searched refs:OptionValue (Results 1 – 4 of 4) sorted by relevance
327 template<class DataType> struct OptionValue;334 typedef OptionValue<DataType> WrapperType;386 struct OptionValue : OptionValueBase<DataType, is_class<DataType>::value> {387 OptionValue() {}389 OptionValue(const DataType& V) {394 OptionValue<DataType> &operator=(const DT& V) {403 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> {406 OptionValue() {}408 OptionValue(const cl::boolOrDefault& V) {411 OptionValue<cl::boolOrDefault> &operator=(const cl::boolOrDefault& V) {[all …]
53 typedef std::pair<talk_base::Socket::Option, int> OptionValue; typedef69 const std::vector<OptionValue>& options() const { return options_; } in options()108 std::vector<OptionValue> options_;
355 options_.push_back(OptionValue(opt, value)); in SetOption()
61 void OptionValue<boolOrDefault>::anchor() {} in anchor()62 void OptionValue<std::string>::anchor() {} in anchor()1135 printOptionDiff(const Option &O, T V, OptionValue<T> D, \1163 printOptionDiff(const Option &O, StringRef V, OptionValue<std::string> D, in PRINT_OPT_DIFF()