/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
scoped_allocator | 99 template<typename _Outer> 100 struct __inner_type_impl<_Outer> 102 typedef scoped_allocator_adaptor<_Outer> __type; 130 template<typename _Outer, typename _InnerHead, typename... _InnerTail> 131 struct __inner_type_impl<_Outer, _InnerHead, _InnerTail...> 183 template<typename _Outer, typename... _Inner>
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
scoped_allocator | 99 template<typename _Outer> 100 struct __inner_type_impl<_Outer> 102 typedef scoped_allocator_adaptor<_Outer> __type; 130 template<typename _Outer, typename _InnerHead, typename... _InnerTail> 131 struct __inner_type_impl<_Outer, _InnerHead, _InnerTail...> 183 template<typename _Outer, typename... _Inner>
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
BufferedTreeNodeStream.cs | 68 BufferedTreeNodeStream _outer; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator 72 _outer = outer; 80 if (_index < _outer.nodes.Count) 81 return _outer.nodes[_index]; 83 return _outer.eof; 99 if (_index < _outer.nodes.Count) 102 return _index < _outer.nodes.Count;
|
TreeWizard.cs | 250 TreeWizard _outer; field in class:Antlr.Runtime.Tree.TreeWizard.FindTreeWizardContextVisitor 254 _outer = outer; 260 if (_outer.ParseCore(t, _tpattern, null)) { 331 TreeWizard _outer; field in class:Antlr.Runtime.Tree.TreeWizard.VisitTreeWizardContextVisitor 337 _outer = outer; 346 if (_outer.ParseCore(t, _tpattern, _labels)) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
BufferedTreeNodeStream.cs | 71 BufferedTreeNodeStream _outer; field in class:Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator 76 _outer = outer; 86 if ( _index < _outer.nodes.Count ) 87 return _outer.nodes[_index]; 89 return _outer.eof; 107 if ( _index < _outer.nodes.Count ) 110 return _index < _outer.nodes.Count;
|
TreeWizard.cs | 286 TreeWizard _outer; field in class:Antlr.Runtime.Tree.TreeWizard.FindTreeWizardContextVisitor 291 _outer = outer; 298 if ( _outer.ParseCore( t, _tpattern, null ) ) 382 TreeWizard _outer; field in class:Antlr.Runtime.Tree.TreeWizard.VisitTreeWizardContextVisitor 389 _outer = outer; 399 if ( _outer.ParseCore( t, _tpattern, _labels ) )
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ |
scoped_allocator | 100 template<typename _Outer> 101 struct __inner_type_impl<_Outer> 103 typedef scoped_allocator_adaptor<_Outer> __type; 131 template<typename _Outer, typename _InnerHead, typename... _InnerTail> 132 struct __inner_type_impl<_Outer, _InnerHead, _InnerTail...> 184 template<typename _Outer, typename... _Inner>
|
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/ |
ANTLR.g | 230 ANTLRParser _outer; 233 _outer = outer; 239 if (_outer != null) 240 t.enclosingRuleName = _outer.currentRuleName; 247 if (_outer != null) 248 t.enclosingRuleName = _outer.currentRuleName;
|