Home
last modified time | relevance | path

Searched defs:chosenType (Results 1 – 13 of 13) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/
H A Dmonster_shopkeeper.cpp572 ItemType chosenType = rangedWeapons[rand() % rangedWeapons.size()]; in initShopkeeper() local
610 ItemType chosenType = gloveWeapons[rand() % gloveWeapons.size()]; in initShopkeeper() local
650 ItemType chosenType = quivers[rand() % quivers.size()]; in initShopkeeper() local
/dports/net/tigervnc-server/tigervnc-1.12.0/common/rfb/
H A DSSecurityVeNCrypt.h52 rdr::U32 *subTypes, chosenType; variable
H A DCSecurityVeNCrypt.h55 rdr::U32 chosenType; variable
/dports/net/tigervnc-viewer/tigervnc-1.12.0/common/rfb/
H A DSSecurityVeNCrypt.h52 rdr::U32 *subTypes, chosenType; variable
H A DCSecurityVeNCrypt.h55 rdr::U32 chosenType; variable
/dports/net/tigervnc-server/tigervnc-1.12.0/java/com/tigervnc/rfb/
H A DCSecurityVeNCrypt.java207 private int chosenType; field in CSecurityVeNCrypt
/dports/net/tigervnc-viewer/tigervnc-1.12.0/java/com/tigervnc/rfb/
H A DCSecurityVeNCrypt.java207 private int chosenType; field in CSecurityVeNCrypt
/dports/net/libvncserver/libvncserver-LibVNCServer-0.9.13/libvncserver/
H A Dauth.c333 uint8_t chosenType; in rfbProcessClientSecurityType() local
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/hw/vnc/
H A Dauth.c165 CARD8 chosenType; local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/core refactoring/org/eclipse/jdt/internal/corext/refactoring/generics/
H A DInferTypeArgumentsConstraintsSolver.java376 TType chosenType= InferTypeArgumentsConstraintsSolver.getChosenType(expressionVariable); in findCastsToRemove() local
H A DInferTypeArgumentsRefactoring.java415 TType chosenType= InferTypeArgumentsConstraintsSolver.getChosenType(elementCv); in getTypeArguments() local
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.WorkflowServices/System/Workflow/Activities/Design/
H A DServiceOperationDetailViewControl.cs875 private Type chosenType = null; field in System.Workflow.Activities.Design.ServiceOperationDetailViewControl.TypeChooserCellItem
/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/
H A DThriftServerRunner.java268 ImplType chosenType = null; in setServerImpl() local