Searched defs:GetChildCount (Results 1 – 14 of 14) sorted by relevance
31 int32 b2CircleShape::GetChildCount() const in GetChildCount() function in b2CircleShape
39 int32 b2EdgeShape::GetChildCount() const in GetChildCount() function in b2EdgeShape
104 int32 b2ChainShape::GetChildCount() const in GetChildCount() function in b2ChainShape
69 int32 b2PolygonShape::GetChildCount() const in GetChildCount() function in b2PolygonShape
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
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
275 public virtual int GetChildCount( object t ) in GetChildCount() method in Antlr.Runtime.Debug.DebugTreeAdaptor
612 int GetChildCount() const { return last_child_id_ + 1; } in GetChildCount() function