Searched defs:_tree (Results 1 - 5 of 5) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DAstParserRuleReturnScope`2.cs37 private TTree _tree; field in class:Antlr.Runtime.AstParserRuleReturnScope
43 return _tree;
48 _tree = value;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DAntlrRuntime_BaseTreeDebugView.cs39 private readonly BaseTree _tree; field in class:Antlr.Runtime.Tree.AntlrRuntime_BaseTreeDebugView
43 _tree = tree;
51 if (_tree == null || _tree.Children == null)
54 ITree[] children = new ITree[_tree.Children.Count];
55 _tree.Children.CopyTo(children, 0);
H A DAstTreeRuleReturnScope`2.cs37 private TOutputTree _tree; field in class:Antlr.Runtime.Tree.AstTreeRuleReturnScope
43 return _tree;
48 _tree = value;
/external/chromium_org/third_party/cython/src/Cython/Compiler/Tests/
H A DTestVisitor.py11 _tree = None variable in class:TestMethodDispatcherTransform
14 if self._tree is None:
29 self._tree = self.run_pipeline(pipeline, u"""
35 return self._tree
H A DTestTreePath.py8 _tree = None variable in class:TestTreePath
11 if self._tree is None:
12 self._tree = self.run_pipeline([], u"""
19 return self._tree

Completed in 619 milliseconds