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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
relayport.h 53 typedef std::pair<talk_base::Socket::Option, int> OptionValue;
69 const std::vector<OptionValue>& options() const { return options_; }
108 std::vector<OptionValue> options_;
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayport.h 52 typedef std::pair<talk_base::Socket::Option, int> OptionValue;
68 const std::vector<OptionValue>& options() const { return options_; }
109 std::vector<OptionValue> options_;
  /external/llvm/include/llvm/Support/
CommandLine.h 347 // OptionValue class
355 template<class DataType> struct OptionValue;
362 typedef OptionValue<DataType> WrapperType;
414 struct OptionValue : OptionValueBase<DataType, is_class<DataType>::value> {
415 OptionValue() {}
417 OptionValue(const DataType& V) {
422 OptionValue<DataType> &operator=(const DT& V) {
431 struct OptionValue<cl::boolOrDefault> : OptionValueCopy<cl::boolOrDefault> {
434 OptionValue() {}
436 OptionValue(const cl::boolOrDefault& V)
    [all...]

Completed in 158 milliseconds