Home
last modified time | relevance | path

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

/external/antlr/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/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitCodes.h304 bool IsFixedSize() const {
314 if (!IsFixedSize()) Min -= 2;
/external/antlr/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/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs516 bool IList.IsFixedSize { get { return false; } }
DMapField.cs520 bool IDictionary.IsFixedSize { get { return false; } }
/external/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh33 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs372 Assert.IsFalse(dictionary.IsFixedSize); in IDictionary_IsFixedSize()
DRepeatedFieldTest.cs554 Assert.IsFalse(list.IsFixedSize); in IList_IsFixedSize()