Home
last modified time | relevance | path

Searched refs:BitVector32 (Results 1 – 25 of 37) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/tests/
H A DBitVector32Tests.cs135 BitVector32 bv = new BitVector32(); in Constructor_DefaultTest()
165 BitVector32 bv = new BitVector32(data); in Constructor_DataTest()
210 BitVector32 all = new BitVector32(-1); in Get_Mask_AllSetTest()
223 BitVector32 none = new BitVector32(); in Get_Mask_NoneSetTest()
255 BitVector32 all = new BitVector32(-1); in Set_Mask_EmptyTest()
263 BitVector32 flip = new BitVector32(); in Set_Mask_AllTest()
308 BitVector32 blank = new BitVector32(); in Set_Mask_MultipleTest()
310 BitVector32 set = new BitVector32(); in Set_Mask_MultipleTest()
330 BitVector32 set = new BitVector32(); in Set_Mask_Multiple_UnsetTest()
347 BitVector32 empty = new BitVector32(); in Set_SectionTest()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Collections.Specialized/
H A DBitVector32Test.cs26 BitVector32 b = new BitVector32 (31); in Constructors()
33 BitVector32 b2 = new BitVector32 (b); in Constructors()
45 BitVector32 b = new BitVector32 (Int32.MaxValue); in Constructors_MaxValue()
53 BitVector32 b = new BitVector32 (Int32.MinValue); in Constructors_MinValue()
61 BitVector32 b = new BitVector32 (7); in Indexers()
77 BitVector32.Section s = BitVector32.CreateSection (31); in Indexers()
82 BitVector32 b1 = new BitVector32 (0xffff77); in Indexers()
83 BitVector32 b2 = new BitVector32 (b1 [s]); in Indexers()
114 BitVector32.Section s = BitVector32.CreateSection (1); in CreateSection()
136 BitVector32.Section s2 = BitVector32.CreateSection (0); in CreateSection()
[all …]
H A DBitVector32Cas.cs73 ConstructorInfo ci = typeof (BitVector32).GetConstructor (types); in LinkDemand_Deny_Unrestricted()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/collections/specialized/
H A Dbitvector32.cs18 public struct BitVector32 { struct
24 public BitVector32(int data) { in BitVector32() method
32 public BitVector32(BitVector32 value) { in BitVector32() argument
168 if (!(o is BitVector32)) { in Equals()
172 return data == ((BitVector32)o).data; in Equals()
181 public static string ToString(BitVector32 value) { in ToString() argument
201 return BitVector32.ToString(this); in ToString()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/src/System/Collections/Specialized/
H A DBitVector32.cs14 public struct BitVector32 struct
21 public BitVector32(int data) in BitVector32() argument
30 public BitVector32(BitVector32 value) in BitVector32() method
190 if (!(o is BitVector32)) in Equals()
195 return _data == ((BitVector32)o)._data; in Equals()
203 public static string ToString(BitVector32 value) in ToString() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Specialized/ref/
H A DSystem.Collections.Specialized.cs10 public partial struct BitVector32 struct
13 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null; } in BitVector32() method
14 public BitVector32(int data) { throw null; } in BitVector32() method
16 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
20 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
21 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
25 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
31 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
34 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
35 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/
H A DReflectPropertyDescriptor.cs71 private static readonly int BitDefaultValueQueried = BitVector32.CreateMask();
72 …private static readonly int BitGetQueried = BitVector32.CreateMask(BitDefaultValueQu…
73 … private static readonly int BitSetQueried = BitVector32.CreateMask(BitGetQueried);
74 … private static readonly int BitShouldSerializeQueried = BitVector32.CreateMask(BitSetQueried);
75 …private static readonly int BitResetQueried = BitVector32.CreateMask(BitShouldSerializ…
76 … private static readonly int BitChangedQueried = BitVector32.CreateMask(BitResetQueried);
77 …private static readonly int BitIPropChangedQueried = BitVector32.CreateMask(BitChangedQueried…
78 …private static readonly int BitReadOnlyChecked = BitVector32.CreateMask(BitIPropChangedQu…
79 …private static readonly int BitAmbientValueQueried = BitVector32.CreateMask(BitReadOnlyChecke…
80 private static readonly int BitSetOnDemand = BitVector32.CreateMask(BitAmbientValueQueried);
[all …]
H A DDebugReflectPropertyDescriptor.cs76 private static readonly int BitDefaultValueQueried = BitVector32.CreateMask();
77 …private static readonly int BitGetQueried = BitVector32.CreateMask(BitDefaultValueQu…
78 … private static readonly int BitSetQueried = BitVector32.CreateMask(BitGetQueried);
79 … private static readonly int BitShouldSerializeQueried = BitVector32.CreateMask(BitSetQueried);
80 …private static readonly int BitResetQueried = BitVector32.CreateMask(BitShouldSerializ…
81 … private static readonly int BitChangedQueried = BitVector32.CreateMask(BitResetQueried);
82 …private static readonly int BitReadOnlyChecked = BitVector32.CreateMask(BitChangedQueried…
83 …private static readonly int BitAmbientValueQueried = BitVector32.CreateMask(BitReadOnlyChecke…
85 …internal BitVector32 state = new BitVector32(); // Contains the state bits for this proeprty des…
H A DMaskedTextProvider.cs122 static int ASCII_ONLY = BitVector32.CreateMask();
123 static int ALLOW_PROMPT_AS_INPUT = BitVector32.CreateMask(ASCII_ONLY);
124 static int INCLUDE_PROMPT = BitVector32.CreateMask(ALLOW_PROMPT_AS_INPUT);
125 static int INCLUDE_LITERALS = BitVector32.CreateMask(INCLUDE_PROMPT);
126 static int RESET_ON_PROMPT = BitVector32.CreateMask(INCLUDE_LITERALS);
127 static int RESET_ON_LITERALS = BitVector32.CreateMask(RESET_ON_PROMPT);
128 static int SKIP_SPACE = BitVector32.CreateMask(RESET_ON_LITERALS);
136 private BitVector32 flagState;
255 this.flagState = new BitVector32(); in MaskedTextProvider()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/
H A DMaskedTextProvider.cs119 private static int s_ASCII_ONLY = BitVector32.CreateMask();
120 private static int s_ALLOW_PROMPT_AS_INPUT = BitVector32.CreateMask(s_ASCII_ONLY);
121 private static int s_INCLUDE_PROMPT = BitVector32.CreateMask(s_ALLOW_PROMPT_AS_INPUT);
122 private static int s_INCLUDE_LITERALS = BitVector32.CreateMask(s_INCLUDE_PROMPT);
123 private static int s_RESET_ON_PROMPT = BitVector32.CreateMask(s_INCLUDE_LITERALS);
124 private static int s_RESET_ON_LITERALS = BitVector32.CreateMask(s_RESET_ON_PROMPT);
125 private static int s_SKIP_SPACE = BitVector32.CreateMask(s_RESET_ON_LITERALS);
133 private BitVector32 _flagState;
249 _flagState = new BitVector32(); in MaskedTextProvider()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Facades/System.Collections.Specialized/
H A DTypeForwarders.cs23 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.BitVector32))]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/Facades/
H A DSystem.Collections.Specialized.cs16 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.BitVector32))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/Facades/
H A DSystem.Collections.Specialized.cs17 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.BitVector32))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/Facades/
H A DSystem.Collections.Specialized.cs17 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.BitVector32))]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/Facades/
H A DSystem.Collections.Specialized.cs17 …time.CompilerServices.TypeForwardedToAttribute(typeof(System.Collections.Specialized.BitVector32))]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.EventLog/src/System/Diagnostics/
H A DEventLogInternal.cs73 private BitVector32 boolFlags = new BitVector32();
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DEventLogInternal.cs105 private BitVector32 boolFlags = new BitVector32();
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs846 public partial struct BitVector32 struct
848 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;} in BitVector32() method
849 public BitVector32(int data) { throw null;} in BitVector32() method
851 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
855 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
856 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
860 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
866 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
869 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
870 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs849 public partial struct BitVector32 struct
851 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;} in BitVector32() argument
852 public BitVector32(int data) { throw null;} in BitVector32() method
854 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
858 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
859 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
863 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
869 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
872 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
873 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs844 public partial struct BitVector32 struct
846 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;} in BitVector32() argument
847 public BitVector32(int data) { throw null;} in BitVector32() method
849 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
853 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
854 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
858 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
864 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
867 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
868 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs845 public partial struct BitVector32 struct
847 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;} in BitVector32() argument
848 public BitVector32(int data) { throw null;} in BitVector32() method
850 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
854 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
855 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
859 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
865 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
868 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
869 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs2517 public partial struct BitVector32 struct
2519 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;} in BitVector32() argument
2520 public BitVector32(int data) { throw null;} in BitVector32() method
2522 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
2526 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
2527 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
2531 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
2537 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
2540 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
2541 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs2319 public partial struct BitVector32 struct
2321 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;} in BitVector32() method
2322 public BitVector32(int data) { throw null;} in BitVector32() method
2324 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
2328 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
2329 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
2333 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
2339 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
2342 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
2343 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs2286 public partial struct BitVector32 struct
2288 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;} in BitVector32() argument
2289 public BitVector32(int data) { throw null;} in BitVector32() method
2291 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
2295 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
2296 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
2300 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
2306 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
2309 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
2310 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs2307 public partial struct BitVector32 struct
2309 public BitVector32(System.Collections.Specialized.BitVector32 value) { throw null;} in BitVector32() argument
2310 public BitVector32(int data) { throw null;} in BitVector32() method
2312 …public int this[System.Collections.Specialized.BitVector32.Section section] { get { throw null; } … argument
2316 …public static System.Collections.Specialized.BitVector32.Section CreateSection(short maxValue) { t… in CreateSection() argument
2317 …ystem.Collections.Specialized.BitVector32.Section CreateSection(short maxValue, System.Collections… in CreateSection() argument
2321 … public static string ToString(System.Collections.Specialized.BitVector32 value) { throw null; } in ToString() argument
2327 … public bool Equals(System.Collections.Specialized.BitVector32.Section obj) { throw null; } in Equals() argument
2330 … operator ==(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator ==()
2331 … operator !=(System.Collections.Specialized.BitVector32.Section a, System.Collections.Specialized. in operator !=()
[all …]

12