Searched defs:OptionValue (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/p2p/base/
H A Drelayport.h35 typedef std::pair<rtc::Socket::Option, int> OptionValue; typedef in class:cricket::RelayPort
54 const std::vector<OptionValue>& options() const { return options_; }
112 std::vector<OptionValue> options_;
/external/llvm/include/llvm/Support/
H A DCommandLine.h416 // OptionValue class
432 template <class DataType> struct OptionValue;
439 typedef OptionValue<DataType> WrapperType;
508 struct OptionValue final
510 OptionValue() = default;
512 OptionValue(const DataType &V) { this->setValue(V); } function in struct:llvm::final
514 template <class DT> OptionValue<DataType> &operator=(const DT &V) {
523 struct OptionValue<cl::boolOrDefault> final
527 OptionValue() {} function in struct:llvm::final
529 OptionValue(cons function in struct:llvm::final
543 OptionValue() {} function in struct:llvm::final
545 OptionValue(const std::string &V) { this->setValue(V); } function in struct:llvm::final
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DCommandLine.h323 // OptionValue class
331 template<class DataType> struct OptionValue;
338 typedef OptionValue<DataType> WrapperType;
390 struct OptionValue : OptionValueBase<DataType, is_class<DataType>::value> { struct in namespace:llvm::cl
391 OptionValue() {} function in struct:llvm::cl::OptionValue
393 OptionValue(const DataType& V) { function in struct:llvm::cl::OptionValue
398 OptionValue<DataType> &operator=(const DT& V) {
407 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> { struct in namespace:llvm::cl
410 OptionValue() {} function in struct:llvm::cl::OptionValue
412 OptionValue(cons function in struct:llvm::cl::OptionValue
422 struct OptionValue<std::string> : OptionValueCopy<std::string> { struct in namespace:llvm::cl
425 OptionValue() {} function in struct:llvm::cl::OptionValue
427 OptionValue(const std::string& V) { function in struct:llvm::cl::OptionValue
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DCommandLine.h435 // OptionValue class
451 template <class DataType> struct OptionValue;
458 typedef OptionValue<DataType> WrapperType;
527 struct OptionValue final
529 OptionValue() = default;
531 OptionValue(const DataType &V) { this->setValue(V); } function in struct:llvm::final
534 template <class DT> OptionValue<DataType> &operator=(const DT &V) {
543 struct OptionValue<cl::boolOrDefault> final
547 OptionValue() = default;
549 OptionValue(cons function in struct:llvm::final
566 OptionValue(const std::string &V) { this->setValue(V); } function in struct:llvm::final
[all...]

Completed in 88 milliseconds