HomeSort by relevance Sort by last modified time
    Searched refs:OptionValue (Results 1 - 7 of 7) 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_;
relayport.cc 355 options_.push_back(OptionValue(opt, value));
  /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_; }
112 std::vector<OptionValue> options_;
relayport.cc 376 options_.push_back(OptionValue(opt, value));
381 std::vector<OptionValue>::iterator it;
  /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...]
  /external/llvm/lib/Support/
CommandLine.cpp 63 void OptionValue<boolOrDefault>::anchor() {}
64 void OptionValue<std::string>::anchor() {}
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c     [all...]

Completed in 926 milliseconds