Home
last modified time | relevance | path

Searched refs:BaseOption (Results 1 – 1 of 1) sorted by relevance

/external/webrtc/webrtc/
Dcommon.h81 struct BaseOption { struct
82 virtual ~BaseOption() {} in ~BaseOption() argument
86 struct Option : BaseOption {
108 typedef std::map<ConfigOptionID, BaseOption*> OptionMap;
130 BaseOption*& it = options_[identifier<T>()]; in Set()