Home
last modified time | relevance | path

Searched defs:ImmutableArray (Results 1 – 20 of 20) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/src/System/Collections/Immutable/
H A DImmutableArray_1.cs42 bool ICollection<T>.IsReadOnly
52 int ICollection<T>.Count
101 public int IndexOf(T item) in IndexOf()
286 public bool Contains(T item) in Contains()
847 void ICollection<T>.Clear() in Clear()
998 int IList.Add(object value) in IList.Add()
1008 void IList.Clear() in IList.Clear()
1063 bool IList.IsFixedSize
1076 bool IList.IsReadOnly
1087 int ICollection.Count
[all …]
H A DImmutableArray_1.Minimal.cs51 internal T[] array;
58 internal ImmutableArray(T[] items) in ImmutableArray() method
153 public bool IsEmpty
163 public int Length
181 public bool IsDefault
190 public bool IsDefaultOrEmpty
203 Array IImmutableArray.Array
212 private string DebuggerDisplay
284 public Enumerator GetEnumerator() in GetEnumerator()
298 public override int GetHashCode() in GetHashCode()
[all …]
H A DImmutableArray_1.Enumerator.cs9 public partial struct ImmutableArray<T> struct
19 public struct Enumerator
72 private class EnumeratorObject : IEnumerator<T>
H A DImmutableArray_1.Builder.cs11 public partial struct ImmutableArray<T> struct
19 public sealed class Builder : IList<T>, IReadOnlyList<T>
H A DImmutableArray.cs15 public static class ImmutableArray class
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Threading.Tasks.Dataflow/src/Internal/
H A DImmutableArray.cs26 internal readonly struct ImmutableArray<T> struct
29 private static readonly ImmutableArray<T> s_empty = new ImmutableArray<T>(new T[0]);
31 private readonly T[] _array;
34 public static ImmutableArray<T> Empty { get { return s_empty; } }
38 private ImmutableArray(T[] elements) in ImmutableArray() argument
47 public ImmutableArray<T> Add(T item) in Add()
60 public ImmutableArray<T> Remove(T item) in Remove()
77 public int Count { get { return _array.Length; } }
82 public bool Contains(T item) { return Array.IndexOf(_array, item) >= 0; } in Contains()
85 public IEnumerator<T> GetEnumerator() { return ((IEnumerable<T>)_array).GetEnumerator(); } in GetEnumerator()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DImmutableArray.cpp31 ImmutableArray::ImmutableArray() in ImmutableArray() function in WebKit::ImmutableArray
35 ImmutableArray::ImmutableArray(APIObject** entries, size_t size) in ImmutableArray() function in WebKit::ImmutableArray
42 ImmutableArray::ImmutableArray(Vector<RefPtr<APIObject> >& entries) in ImmutableArray() function in WebKit::ImmutableArray
H A DWebContextMenuItem.h34 class ImmutableArray; variable
H A DImmutableDictionary.h37 class ImmutableArray; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/disk_cache/simple/
H A Dsimple_test_util.h27 ImmutableArray(const base::RepeatingCallback<T(size_t index)>& initializer) { in ImmutableArray() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/disk_cache/simple/
H A Dsimple_test_util.h27 ImmutableArray(const base::RepeatingCallback<T(size_t index)>& initializer) { in ImmutableArray() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/
H A DWebOpenPanelResultListenerProxy.h35 class ImmutableArray; variable
H A DWebFrameProxy.h46 class ImmutableArray; variable
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/d5/tengo/v2/
H A Dobjects.go805 type ImmutableArray struct { struct
806 ObjectImpl
807 Value []Object
811 func (o *ImmutableArray) TypeName() string {
815 func (o *ImmutableArray) String() string {
836 func (o *ImmutableArray) Copy() Object {
845 func (o *ImmutableArray) IsFalsy() bool {
851 func (o *ImmutableArray) Equals(x Object) bool {
873 func (o *ImmutableArray) IndexGet(index Object) (res Object, err error) {
889 func (o *ImmutableArray) Iterate() Iterator {
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/UIProcess/win/
H A DWebGrammarDetail.h36 class ImmutableArray; variable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Reflection.Metadata/src/System/Reflection/Internal/Utilities/
H A DImmutableByteArrayInterop.cs97 internal ImmutableArray<Byte> ImmutableArray; field
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleBackForwardListItem.h34 class ImmutableArray; variable
H A DInjectedBundle.h60 class ImmutableArray; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/API/c/
H A DWKSharedAPICast.h54 class ImmutableArray; variable
76 WK_ADD_API_MAPPING(WKArrayRef, ImmutableArray) in WK_ADD_API_MAPPING() argument
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Collections.Immutable/ref/
H A DSystem.Collections.Immutable.cs73 public static partial class ImmutableArray class
96 …public partial struct ImmutableArray<T> : System.Collections.Generic.ICollection<T>, System.Collec… struct
99 public static readonly System.Collections.Immutable.ImmutableArray<T> Empty;
116 public System.Collections.Immutable.ImmutableArray<T> Add(T item) { throw null; } in Add()
117 …public System.Collections.Immutable.ImmutableArray<T> AddRange(System.Collections.Generic.IEnumera… in AddRange()
118 …public System.Collections.Immutable.ImmutableArray<T> AddRange(System.Collections.Immutable.Immuta… in AddRange()
119 …public System.Collections.Immutable.ImmutableArray<TOther> As<TOther>() where TOther : class { thr…