Searched defs:Nil (Results 1 - 10 of 10) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
H A DITreeFactory.cs45 TTree Nil(); method in interface:Antlr.Runtime.Tree.TToken
H A DITreeAdaptor`1.cs65 T Nil(); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/chromium_org/third_party/skia/src/core/
H A DSkRecordPattern.h100 // It first matches Matcher (something from above), then Pattern (another Cons or Nil).
167 // Nil is the end of every pattern Cons chain.
168 struct Nil { struct in namespace:SkRecords
173 // These Pattern# types are syntax sugar over Cons and Nil, just to help eliminate some of the
177 struct Pattern1 : Cons<A, Nil> {};
/external/skia/src/core/
H A DSkRecordPattern.h96 // It first matches Matcher (something from above), then Pattern (another Cons or Nil).
163 // Nil is the end of every pattern Cons chain.
164 struct Nil { struct in namespace:SkRecords
169 // These Pattern# types are syntax sugar over Cons and Nil, just to help eliminate some of the
173 struct Pattern1 : Cons<A, Nil> {};
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DDebugTreeAdaptor.cs106 public virtual object Nil() { method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
107 object node = adaptor.Nil();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DBaseTreeAdaptor.cs51 public virtual object Nil() { method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs77 object Nil(); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTreeAdaptor.cs54 public virtual object Nil() method in class:Antlr.Runtime.Tree.BaseTreeAdaptor
H A DITreeAdaptor.cs133 object Nil(); method in interface:Antlr.Runtime.Tree.ITreeAdaptor
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs138 public virtual object Nil() method in class:Antlr.Runtime.Debug.DebugTreeAdaptor
140 object node = adaptor.Nil();

Completed in 2110 milliseconds