Searched refs:GetHashCode (Results 1 - 8 of 8) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
H A Dxfa_fwltheme.h21 virtual FX_DWORD GetHashCode() const { return 0; } function in class:CXFA_FWLTheme
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs240 public override int GetHashCode() method in class:Antlr.Runtime.Collections.HashList.KeyCollection
242 return _hashList._insertionOrderList.GetHashCode();
/external/pdfium/xfa/src/fgas/src/font/
H A Dfx_gdifont.h66 FX_DWORD GetHashCode() const;
H A Dfx_gdifont.cpp503 FX_DWORD CFX_GdiFont::GetHashCode() const { function in class:CFX_GdiFont
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs191 public override int GetHashCode() { method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBitSet.cs219 public override int GetHashCode() method in class:Antlr.Runtime.BitSet
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tools.pas638 Result := PositiveMask and ((PositiveMask and FComparer.GetHashCode(Key)) + 1);
H A DAntlr.Runtime.Tree.pas192 /// non-virt call to object.GetHashCode() or by via a call to
193 /// System.Runtime.CompilerServices.RuntimeHelpers.GetHashCode().

Completed in 2286 milliseconds