Home
last modified time | relevance | path

Searched defs:GetChildIndex (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas316 function GetChildIndex(const T: IANTLRInterface): Integer; in GetChildIndex() function
444 function GetChildIndex: Integer; in GetChildIndex() function
539 function GetChildIndex: Integer; in GetChildIndex() function
1140 function GetChildIndex: Integer; virtual; in GetChildIndex() function
1223 function GetChildIndex: Integer; override; in GetChildIndex() function
1301 function GetChildIndex(const T: IANTLRInterface): Integer; virtual; abstract; in GetChildIndex() function
1330 function GetChildIndex(const T: IANTLRInterface): Integer; override; in GetChildIndex() function
2252 function TBaseTree.GetChildIndex: Integer; in GetChildIndex() function
2492 function TCommonTree.GetChildIndex: Integer; in GetChildIndex() function
2924 function TCommonTreeAdaptor.GetChildIndex(const T: IANTLRInterface): Integer; in GetChildIndex() function
/aosp_15_r20/external/openthread/src/core/thread/
H A Dchild_table.hpp126 …uint16_t GetChildIndex(const Child &aChild) const { return static_cast<uint16_t>(&aChild - mChildr… in GetChildIndex() function in ot::ChildTable
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DCommonTreeAdaptor.cs200 public override int GetChildIndex(object t) { in GetChildIndex() method in Antlr.Runtime.Tree.CommonTreeAdaptor
H A DITreeAdaptor.cs309 int GetChildIndex(object t); in GetChildIndex() method
H A DBaseTreeAdaptor.cs313 public abstract int GetChildIndex(object t); in GetChildIndex() method in Antlr.Runtime.Tree.BaseTreeAdaptor
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs225 public virtual int GetChildIndex(object t) { in GetChildIndex() method in Antlr.Runtime.Debug.DebugTreeAdaptor