Home
last modified time | relevance | path

Searched defs:replaceChildren (Results 1 – 25 of 36) sorted by relevance

12

/aosp_15_r20/external/antlr/runtime/Python/antlr3/
H A Dtree.py189 def replaceChildren(self, startChildIndex, stopChildIndex, t): member in Tree
583 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in TreeAdaptor
793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): member in BaseTree
1616 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in CommonTreeAdaptor
1736 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in TreeNodeStream
2087 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in CommonTreeNodeStream
H A Ddebug.py381 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in DebugTreeAdaptor
/aosp_15_r20/external/antlr/runtime/Python3/antlr3/
H A Dtree.py189 def replaceChildren(self, startChildIndex, stopChildIndex, t): member in Tree
583 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in TreeAdaptor
789 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): member in BaseTree
1607 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in CommonTreeAdaptor
1727 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in TreeNodeStream
2074 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in CommonTreeNodeStream
H A Ddebug.py387 def replaceChildren(self, parent, startChildIndex, stopChildIndex, t): member in DebugTreeAdaptor
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
H A DTreeNodeStream.java112 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t); in replaceChildren() method
H A DTree.java91 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t); in replaceChildren() method
H A DCommonTreeAdaptor.java180 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in CommonTreeAdaptor
H A DCommonTreeNodeStream.java218 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in CommonTreeNodeStream
H A DBaseTree.java194 public void replaceChildren(int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in BaseTree
H A DTreeAdaptor.java262 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t); in replaceChildren() method
H A DBufferedTreeNodeStream.java405 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in BufferedTreeNodeStream
/aosp_15_r20/external/antlr/runtime/JavaScript/src/org/antlr/runtime/tree/
H A DCommonTreeAdaptor.js166 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { method
H A DCommonTreeNodeStream.js305 replaceChildren: function(parent, startChildIndex, stopChildIndex, t) { method
/aosp_15_r20/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DDebugTreeNodeStream.java166 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in DebugTreeNodeStream
H A DDebugTreeAdaptor.java264 public void replaceChildren(Object parent, int startChildIndex, int stopChildIndex, Object t) { in replaceChildren() method in DebugTreeAdaptor
/aosp_15_r20/external/antlr/runtime/Cpp/include/
H A Dantlr3commontreenodestream.inl225 void CommonTreeNodeStream<ImplTraits>::replaceChildren(TreeType* parent, function in CommonTreeNodeStream
H A Dantlr3commontree.inl171 void CommonTree<ImplTraits>::replaceChildren(ANTLR_INT32 startChildIndex, ANTLR_INT32 stopChildInde… function in CommonTree
H A Dantlr3commontreeadaptor.inl454 void CommonTreeAdaptor<ImplTraits>::replaceChildren( TreeType* parent, ANTLR_INT32 startChildIndex,… function in CommonTreeAdaptor
/aosp_15_r20/external/antlr/runtime/C/include/
H A Dantlr3basetree.h91 …void (*replaceChildren) (struct ANTLR3_BASE_TREE_struct * parent, ANTLR3_INT32 startChildIndex… member
H A Dantlr3basetreeadaptor.h142 …void (*replaceChildren) (struct ANTLR3_BASE_TREE_ADAPTOR_struct * adaptor, void * parent, ANT… member
H A Dantlr3commontreenodestream.h139 …void (*replaceChildren) (struct ANTLR3_TREE_NODE_STREAM_struct * tns, pANTLR3_BASE_TREE pa… member
/aosp_15_r20/external/antlr/runtime/C/src/
H A Dantlr3basetree.c343 replaceChildren (pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildInd… in replaceChildren() function
H A Dantlr3commontreeadaptor.c444 replaceChildren in replaceChildren() function
H A Dantlr3commontreenodestream.c928 replaceChildren (pANTLR3_TREE_NODE_STREAM tns, pANTLR3_BASE_TREE parent, ANTLR3_INT32 startChild… in replaceChildren() function
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/room/room-external-antlr/2.7.0-alpha12/androidx.room_room-external-antlr/linux_glibc_common/local-combined/
Dandroidx.room_room-external-antlr.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/androidx/ META- ...

12