Home
last modified time | relevance | path

Searched defs:GenericProperty (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/wds/src/libwds/rtsp/
H A Dgenericproperty.cpp30 GenericProperty::GenericProperty() : Property(GenericPropertyType) { in GenericProperty() function in wds::rtsp::GenericProperty
33 GenericProperty::GenericProperty(const std::string& key, const std::string& value) in GenericProperty() function in wds::rtsp::GenericProperty
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/wds/src/libwds/rtsp/
H A Dgenericproperty.cpp30 GenericProperty::GenericProperty() : Property(GenericPropertyType) { in GenericProperty() function in wds::rtsp::GenericProperty
33 GenericProperty::GenericProperty(const std::string& key, const std::string& value) in GenericProperty() function in wds::rtsp::GenericProperty
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.jeview/src/org/eclipse/jdt/jeview/properties/
H A DGenericProperty.java20 public abstract class GenericProperty<T> { class
27 public GenericProperty(Class<T> type, String name) { in GenericProperty() method in GenericProperty
/dports/databases/py-Elixir/Elixir-0.7.1/elixir/
H A Dproperties.py133 class GenericProperty(Property): class