Home
last modified time | relevance | path

Searched refs:OptionValue (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DCommandLine.h327 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 …]
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Drelayport.h53 typedef std::pair<talk_base::Socket::Option, int> OptionValue; typedef
69 const std::vector<OptionValue>& options() const { return options_; } in options()
108 std::vector<OptionValue> options_;
Drelayport.cc355 options_.push_back(OptionValue(opt, value)); in SetOption()
/external/llvm/lib/Support/
DCommandLine.cpp61 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()