Searched refs:IsNil (Results 1 - 25 of 35) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DITree.cs113 bool IsNil { property in interface:Antlr.Runtime.Tree.ITree
H A DBaseTreeAdaptor.cs77 public virtual bool IsNil(object tree) { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
78 return ((ITree)tree).IsNil;
161 if (newRootTree.IsNil) {
181 if (r != null && r.IsNil) {
H A DRewriteRuleSubtreeStream.cs80 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1)
H A DTreeVisitor.cs61 bool isNil = adaptor.IsNil(t);
H A DCommonTree.cs105 public override bool IsNil { property in class:Antlr.Runtime.Tree.CommonTree
215 if (IsNil) {
H A DBaseTree.cs103 public virtual bool IsNil { property in class:Antlr.Runtime.Tree.BaseTree
174 if (t.IsNil) {
230 if (t.IsNil) {
287 if (newTree.IsNil) {
420 if (!IsNil) {
432 if (!IsNil) {
H A DCommonErrorNode.cs62 public override bool IsNil { property in class:Antlr.Runtime.Tree.CommonErrorNode
H A DITreeAdaptor.cs100 bool IsNil(object tree); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DCommonTreeNodeStream.cs147 if (_level == 0 && TreeAdaptor.IsNil(t)) {
H A DTreeWizard.cs283 tpattern.IsNil ||
367 tpattern.IsNil ||
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DITree.cs118 bool IsNil property in interface:Antlr.Runtime.Tree.ITree
H A DRewriteRuleSubtreeStream.cs87 while (adaptor.IsNil(tree) && adaptor.GetChildCount(tree) == 1)
H A DTreeVisitor.cs63 bool isNil = adaptor.IsNil( t );
H A DCommonTree.cs120 public override bool IsNil property in class:Antlr.Runtime.Tree.CommonTree
284 if (IsNil)
H A DBaseTree.cs123 public virtual bool IsNil property in class:Antlr.Runtime.Tree.BaseTree
207 if ( t.IsNil )
276 if ( t.IsNil )
338 if ( newTree.IsNil )
503 if ( !IsNil )
518 if ( !IsNil )
H A DBaseTreeAdaptor.cs82 public virtual bool IsNil( object tree ) method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
84 return ( (ITree)tree ).IsNil;
197 if ( newRootTree.IsNil )
220 if ( r != null && r.IsNil )
H A DCommonErrorNode.cs66 public override bool IsNil property in class:Antlr.Runtime.Tree.CommonErrorNode
H A DITreeAdaptor.cs156 bool IsNil( object tree ); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
H A DCommonTreeNodeStream.cs170 if ( _level == 0 && TreeAdaptor.IsNil( t ) )
H A DTreeWizard.cs324 tpattern.IsNil ||
422 tpattern.IsNil ||
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeAdaptor`1.cs88 bool IsNil(T tree); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium/third_party/libjingle/source/talk/base/
H A Dsocketaddress.h65 bool IsNil() const;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs112 public virtual bool IsNil(object tree) { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
113 return adaptor.IsNil(tree);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs145 public virtual bool IsNil( object tree ) method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
147 return adaptor.IsNil( tree );
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBitSet.cs248 public bool IsNil() { method in class:Antlr.Runtime.BitSet

Completed in 243 milliseconds

12