Home
last modified time | relevance | path

Searched defs:newTree (Results 1 – 17 of 17) sorted by relevance

/external/antlr/runtime/C/src/
Dantlr3commontree.c234 pANTLR3_BASE_TREE newTree; in newFromTree() local
254 pANTLR3_BASE_TREE newTree; in newFromToken() local
374 pANTLR3_COMMON_TREE newTree; in antlr3CommonTreeNewFromToken() local
Dantlr3basetree.c263 pANTLR3_BASE_TREE newTree; in dupTree() local
343 …_TREE parent, ANTLR3_INT32 startChildIndex, ANTLR3_INT32 stopChildIndex, pANTLR3_BASE_TREE newTree) in replaceChildren()
Dantlr3basetreeadaptor.c469 pANTLR3_BASE_TREE newTree; in dupTreeTT() local
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl171 …raits>::replaceChildren(ANTLR_INT32 startChildIndex, ANTLR_INT32 stopChildIndex, TreeType* newTree)
293 TreeType* newTree; local
Dantlr3commontreeadaptor.inl23 TreeType* newTree; local
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeRewriter.cs135 protected virtual void ReportTransformation(object oldTree, object newTree) in ReportTransformation()
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DTreeRewriter.java104 public void reportTransformation(Object oldTree, Object newTree) { in reportTransformation()
DBaseTree.java205 BaseTree newTree = (BaseTree)t; in replaceChildren() local
DBaseTreeAdaptor.java89 Object newTree = dupNode(t); in dupTree() local
/external/skia/infra/bots/gen_tasks_logic/
Dcompile_cas.go190 func newTree() *tree { func
/external/antlr/runtime/C/include/
Dantlr3commontree.h151 pANTLR3_BASE_TREE (*newTree) (struct ANTLR3_ARBORETUM_struct * factory); member
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/objectid/
DObjectWithCreator1261Test.java81 JsonNode newTree = mapper.readTree(reserializedAnswerString); in testObjectIds1261() local
/external/antlr/runtime/ObjC/Framework/
DCommonTree.m44 {
DBaseTree.m65 {
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java671 ByteString newTree = prefixesStack.pop(); in insert() local
/external/antlr/runtime/Python3/antlr3/
Dtree.py789 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument
/external/antlr/runtime/Python/antlr3/
Dtree.py793 def replaceChildren(self, startChildIndex, stopChildIndex, newTree): argument