Home
last modified time | relevance | path

Searched refs:IsFixedSize (Results 1 – 4 of 4) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DSubList.cs67 public bool IsFixedSize property in Antlr.Runtime.JavaExtensions.SubList
286 public bool IsFixedSize property in Antlr.Runtime.JavaExtensions.SubList
292 return sourceCollection.IsFixedSize;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
DHashList.cs437 public bool IsFixedSize property in Antlr.Runtime.Collections.HashList
439 get { return _dictionary.IsFixedSize; }
/external/eigen/bench/btl/libs/eigen2/
Deigen2_interface.hh36 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh33 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator