HomeSort by relevance Sort by last modified time
    Searched defs:OptionValue (Results 1 - 2 of 2) 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/llvm/include/llvm/Support/
CommandLine.h 317 // OptionValue class
327 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)
    [all...]

Completed in 38 milliseconds