Home
last modified time | relevance | path

Searched defs:DCType (Results 1 – 5 of 5) sorted by relevance

/dports/games/springlobby/springlobby-0.180/src/toasterbox/
H A DToasterBoxWindow.cpp18 typedef wxClientDC DCType; typedef
20 typedef wxBufferedPaintDC DCType; typedef
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/GNSSEph/
H A DDiffCorrClk.cpp106 unsigned DCType = msg.asUnsignedLong(startBit-1,1,1); in loadData() local
H A DDiffCorrEph.cpp114 unsigned DCType = msg.asUnsignedLong(startBit-1,1,1); in loadData() local
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dmbpar.h207 typedef std::map<unsigned, const DriveCaller *> DCType; typedef
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Runtime.Serialization/
H A DTD.Designer.cs440 internal static void GenXmlSerializableStart(string DCType) in GenXmlSerializableStart()