Searched defs:GetChildCount (Results 1 - 14 of 14) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/Shapes/
H A Db2ChainShape.cpp104 int32 b2ChainShape::GetChildCount() const function in class:b2ChainShape
H A Db2CircleShape.cpp31 int32 b2CircleShape::GetChildCount() const function in class:b2CircleShape
H A Db2EdgeShape.cpp39 int32 b2EdgeShape::GetChildCount() const function in class:b2EdgeShape
H A Db2PolygonShape.cpp69 int32 b2PolygonShape::GetChildCount() const function in class:b2PolygonShape
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs181 public override int GetChildCount(object t) { method in class:Antlr.Runtime.Tree.CommonTreeAdaptor
H A DBaseTreeAdaptor.cs99 int n = GetChildCount(t);
251 public virtual int GetChildCount(object t) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs292 int GetChildCount(object t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs92 int n = adaptor.GetChildCount(t);
213 public virtual int GetChildCount(object t) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
214 return adaptor.GetChildCount(t);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs130 int n = GetChildCount( t );
332 public virtual int GetChildCount( object t ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs312 int GetChildCount( object t ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs101 int n = adaptor.GetChildCount( t );
275 public virtual int GetChildCount( object t ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
277 return adaptor.GetChildCount( t );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs280 int GetChildCount(T t); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/v8/src/compiler/
H A Dregister-allocator.h595 int GetChildCount() const { return last_child_id_ + 1; } function in class:v8::internal::compiler::final
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas297 function GetChildCount(const T: IANTLRInterface): Integer;
441 function GetChildCount: Integer; function
492 property ChildCount: Integer read GetChildCount;
1150 function GetChildCount: Integer; virtual;
1298 function GetChildCount(const T: IANTLRInterface): Integer; virtual; function
1327 function GetChildCount(const T: IANTLRInterface): Integer; override; function
2217 N := GetChildCount;
2244 function TBaseTree.GetChildCount: Integer;
2376 N := GetChildCount;
2483 if (GetChildCount >
[all...]

Completed in 351 milliseconds