Home
last modified time | relevance | path

Searched refs:GetHashCode (Results 1 – 7 of 7) 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/pdfium/xfa/src/fxfa/src/app/
Dxfa_fwltheme.h21 virtual FX_DWORD GetHashCode() const { return 0; } in GetHashCode() function
/external/pdfium/xfa/src/fgas/src/font/
Dfx_gdifont.h66 FX_DWORD GetHashCode() const;
Dfx_gdifont.cpp503 FX_DWORD CFX_GdiFont::GetHashCode() const { in GetHashCode() function in CFX_GdiFont
/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);