Home
last modified time | relevance | path

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

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs240 public override int GetHashCode() in GetHashCode() method in Antlr.Runtime.Collections.HashList.KeyCollection
242 return _hashList._insertionOrderList.GetHashCode(); in GetHashCode()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBitSet.cs191 public override int GetHashCode() { in GetHashCode() method in Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
DBitSet.cs219 public override int GetHashCode() in GetHashCode() method in Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tools.pas638 Result := PositiveMask and ((PositiveMask and FComparer.GetHashCode(Key)) + 1);