HomeSort by relevance Sort by last modified time
    Searched defs:OptionValue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.h 52 typedef std::pair<rtc::Socket::Option, int> OptionValue;
68 const std::vector<OptionValue>& options() const { return options_; }
112 std::vector<OptionValue> options_;
  /external/lldb/include/lldb/Interpreter/
OptionValue.h 1 //===-- OptionValue.h --------------------------------------*- C++ -*-===//
24 // OptionValue
26 class OptionValue
60 OptionValue () :
65 OptionValue (const OptionValue &rhs) :
70 virtual ~OptionValue ()
161 ConvertTypeToMask (OptionValue::Type type)
166 static OptionValue::Type
  /external/llvm/include/llvm/Support/
CommandLine.h 352 // OptionValue class
363 template<class DataType> struct OptionValue;
370 typedef OptionValue<DataType> WrapperType;
424 struct OptionValue : OptionValueBase<DataType, std::is_class<DataType>::value> {
425 OptionValue() {}
427 OptionValue(const DataType& V) {
432 OptionValue<DataType> &operator=(const DT& V) {
441 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> {
444 OptionValue() {}
446 OptionValue(const cl::boolOrDefault& V)
    [all...]

Completed in 64 milliseconds