Home
last modified time | relevance | path

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

/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmInstalledFile.h39 using PropertyMapType = std::map<std::string, Property>; variable
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmInstalledFile.h39 using PropertyMapType = std::map<std::string, Property>; variable
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmInstalledFile.h39 using PropertyMapType = std::map<std::string, Property>; variable
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/oox/helper/
H A Dpropertymap.hxx43 typedef ::std::map< sal_Int32, css::uno::Any > PropertyMapType; typedef