Home
last modified time | relevance | path

Searched refs:IsFixedSize (Results 1 – 11 of 11) 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.h319 bool IsFixedSize() const {
330 if (!IsFixedSize())
/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/eigen/bench/btl/libs/eigen3/
Deigen3_interface.hh33 enum {IsFixedSize = (SIZE!=Dynamic)}; enumerator
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DRepeatedField.cs547 bool IList.IsFixedSize => false;
DMapField.cs523 bool IDictionary.IsFixedSize { get { return false; } }
/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs372 Assert.IsFalse(dictionary.IsFixedSize); in IDictionary_IsFixedSize()
DRepeatedFieldTest.cs640 Assert.IsFalse(list.IsFixedSize); in IList_IsFixedSize()
/external/protobuf/csharp/src/Google.Protobuf.Test/Collections/
DMapFieldTest.cs372 Assert.IsFalse(dictionary.IsFixedSize); in IDictionary_IsFixedSize()
DRepeatedFieldTest.cs640 Assert.IsFalse(list.IsFixedSize); in IList_IsFixedSize()