HomeSort by relevance Sort by last modified time
    Searched refs:OptionValue (Results 1 - 5 of 5) 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/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...]
  /external/llvm/lib/Support/
CommandLine.cpp 61 void OptionValue<boolOrDefault>::anchor() {}
62 void OptionValue<std::string>::anchor() {}
    [all...]
  /frameworks/av/libvideoeditor/osal/src/
LVOSA_FileReader_optim.c     [all...]

Completed in 219 milliseconds