Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/index/
H A DFileIndexLocation.java38 public FileIndexLocation(File file, boolean participantIndex) { in FileIndexLocation() argument
40 this.participantIndex = true; in FileIndexLocation()
H A DIndexLocation.java64 protected boolean participantIndex; field in IndexLocation
119 return this.participantIndex; in isParticipantIndex()
/dports/devel/raknet/raknet-3.9.2_10,1/Source/
H A DReplicaManager.cpp676 unsigned participantIndex, remoteObjectListIndex, replicatedObjectsIndex; in Update() local
693 for (participantIndex=0; participantIndex < participantList.Size(); participantIndex++) in Update()
695 participantStruct = participantList[participantIndex]; in Update()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/model/org/eclipse/jdt/internal/core/
H A DJavaModelManager.java458 final int participantIndex = i; in getCompilationParticipants() local
468 participantsPerSource[j][participantIndex] = executableExtension; in getCompilationParticipants()