/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | ITreeAdaptor.cs | 116 object DupNode(object treeNode); in DupNode() 118 object DupNode(int type, object treeNode); in DupNode() 120 object DupNode(object treeNode, string text); in DupNode() 122 object DupNode(int type, object treeNode, string text); in DupNode()
|
D | BaseTreeAdaptor.cs | 87 public virtual object DupNode(int type, object treeNode) in DupNode() 94 public virtual object DupNode(object treeNode, string text) in DupNode() 101 public virtual object DupNode(int type, object treeNode, string text) in DupNode() 405 public virtual object DupNode(object treeNode) in DupNode()
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 110 public virtual object DupNode( object treeNode ) in DupNode() 117 public object DupNode(int type, object treeNode) in DupNode() 124 public object DupNode(object treeNode, string text) in DupNode() 131 public object DupNode(int type, object treeNode, string text) in DupNode()
|
/external/aac/libAACdec/src/ |
D | rvlc.cpp | 251 UINT treeNode; in rvlcDecodeEscapeWord() local 372 UINT treeNode = *pRvlCodeTree; in decodeRVLCodeword() local
|
D | aacdec_hcrs.cpp | 589 UINT treeNode; in Hcr_State_BODY_ONLY() local 726 UINT treeNode; in Hcr_State_BODY_SIGN__BODY() local 977 UINT treeNode; in Hcr_State_BODY_SIGN_ESC__BODY() local
|
D | aacdec_hcr.cpp | 1314 void CarryBitToBranchValue(UCHAR carryBit, UINT treeNode, UINT *branchValue, in CarryBitToBranchValue() 1341 UINT treeNode; in DecodePCW_Body() local
|
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 54 T DupNode(T treeNode); in DupNode()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | ITreeAdaptor.cs | 66 object DupNode(object treeNode); in DupNode()
|
D | BaseTreeAdaptor.cs | 306 public abstract object DupNode(object treeNode); in DupNode()
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | TreeAdaptor.java | 57 public Object dupNode(Object treeNode); in dupNode()
|
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 100 public virtual object DupNode(object treeNode) { in DupNode()
|
/external/antlr/runtime/C/src/ |
D | antlr3commontreeadaptor.c | 253 dupNode (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_BASE_TREE treeNode) in dupNode()
|
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | DebugTreeAdaptor.java | 100 public Object dupNode(Object treeNode) { in dupNode()
|
/external/antlr/runtime/Cpp/include/ |
D | antlr3commontreeadaptor.inl | 233 …ommonTreeAdaptor<ImplTraits>::TreeType* CommonTreeAdaptor<ImplTraits>::dupNode( TreeType* treeNode)
|
/external/antlr/runtime/Python3/antlr3/ |
D | tree.py | 298 def dupNode(self, treeNode): argument 1479 def dupNode(self, treeNode): argument
|
D | debug.py | 273 def dupNode(self, treeNode): argument
|
/external/antlr/runtime/Python/antlr3/ |
D | tree.py | 298 def dupNode(self, treeNode): argument 1488 def dupNode(self, treeNode): argument
|
D | debug.py | 266 def dupNode(self, treeNode): argument
|