Searched defs:GetChildCount (Results 1 – 10 of 10) sorted by relevance
181 public override int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Tree.CommonTreeAdaptor
292 int GetChildCount(object t); in GetChildCount() method
251 public virtual int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Tree.BaseTreeAdaptor
280 int GetChildCount(T t); in GetChildCount() method
213 public virtual int GetChildCount(object t) { in GetChildCount() method in Antlr.Runtime.Debug.DebugTreeAdaptor
312 int GetChildCount( object t ); in GetChildCount() method
332 public virtual int GetChildCount( object t ) in GetChildCount() method in Antlr.Runtime.Tree.BaseTreeAdaptor
275 public virtual int GetChildCount( object t ) in GetChildCount() method in Antlr.Runtime.Debug.DebugTreeAdaptor
441 function GetChildCount: Integer; in GetChildCount() function1298 function GetChildCount(const T: IANTLRInterface): Integer; virtual; in GetChildCount() function1327 function GetChildCount(const T: IANTLRInterface): Integer; override; in GetChildCount() function2244 function TBaseTree.GetChildCount: Integer; in GetChildCount() function2803 function TBaseTreeAdaptor.GetChildCount(const T: IANTLRInterface): Integer; in GetChildCount() function2916 function TCommonTreeAdaptor.GetChildCount(const T: IANTLRInterface): Integer; in GetChildCount() function
595 int GetChildCount() const { return last_child_id_ + 1; } in GetChildCount() function