Searched refs:IsFixedSize (Results 1 - 9 of 9) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSubList.cs67 public bool IsFixedSize property in class:Antlr.Runtime.JavaExtensions.SubList
286 public bool IsFixedSize property in class:Antlr.Runtime.JavaExtensions.SubList
292 return sourceCollection.IsFixedSize;
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs437 public bool IsFixedSize property in class:Antlr.Runtime.Collections.HashList
439 get { return _dictionary.IsFixedSize; }
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitCodes.h304 bool IsFixedSize() const { function in class:llvm::NaClBitCodeAbbrev
314 if (!IsFixedSize()) Min -= 2;
/external/eigen/bench/btl/libs/eigen2/
H A Deigen2_interface.hh36 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator in enum:eigen2_interface::__anon5873
/external/eigen/bench/btl/libs/eigen3/
H A Deigen3_interface.hh33 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator in enum:eigen3_interface::__anon5874
/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DRepeatedField.cs516 bool IList.IsFixedSize { get { return false; } }
H A DMapField.cs520 bool IDictionary.IsFixedSize { get { return false; } }
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
H A DMapFieldTest.cs372 Assert.IsFalse(dictionary.IsFixedSize);
H A DRepeatedFieldTest.cs554 Assert.IsFalse(list.IsFixedSize);

Completed in 285 milliseconds