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

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Drelayport.h52 typedef std::pair<rtc::Socket::Option, int> OptionValue; typedef in class:cricket::RelayPort
68 const std::vector<OptionValue>& options() const { return options_; }
112 std::vector<OptionValue> options_;
/external/lldb/include/lldb/Interpreter/
H A DOptionValue.h1 //===-- OptionValue.h --------------------------------------*- C++ -*-===//
24 // OptionValue
26 class OptionValue class in namespace:lldb_private
60 OptionValue () : function in class:lldb_private::OptionValue
65 OptionValue (const OptionValue &rhs) : function in class:lldb_private::OptionValue
70 virtual ~OptionValue ()
161 ConvertTypeToMask (OptionValue::Type type)
166 static OptionValue::Type
/external/llvm/include/llvm/Support/
H A DCommandLine.h352 // OptionValue class
363 template<class DataType> struct OptionValue;
370 typedef OptionValue<DataType> WrapperType;
424 struct OptionValue : OptionValueBase<DataType, std::is_class<DataType>::value> { struct in namespace:llvm::cl
425 OptionValue() {} function in struct:llvm::cl::OptionValue
427 OptionValue(const DataType& V) { function in struct:llvm::cl::OptionValue
432 OptionValue<DataType> &operator=(const DT& V) {
441 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> { struct in namespace:llvm::cl
444 OptionValue() {} function in struct:llvm::cl::OptionValue
446 OptionValue(cons function in struct:llvm::cl::OptionValue
458 struct OptionValue<std::string> : OptionValueCopy<std::string> { struct in namespace:llvm::cl
461 OptionValue() {} function in struct:llvm::cl::OptionValue
463 OptionValue(const std::string& V) { function in struct:llvm::cl::OptionValue
[all...]

Completed in 88 milliseconds