Home
last modified time | relevance | path

Searched defs:GetUniqueID (Results 1 – 4 of 4) sorted by relevance

/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DITreeAdaptor.cs172 int GetUniqueID(object node); in GetUniqueID() method
DBaseTreeAdaptor.cs255 public virtual int GetUniqueID(object node) { in GetUniqueID() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
DDebugTreeAdaptor.cs217 public virtual int GetUniqueID(object node) { in GetUniqueID() method in Antlr.Runtime.Debug.DebugTreeAdaptor
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas198 function GetUniqueID(const Node: IANTLRInterface): Integer; in GetUniqueID() function
1280 function GetUniqueID(const Node: IANTLRInterface): Integer; in GetUniqueID() function
2823 function TBaseTreeAdaptor.GetUniqueID(const Node: IANTLRInterface): Integer; in GetUniqueID() function