Home
last modified time | relevance | path

Searched defs:Int64 (Results 1 – 25 of 4556) sorted by relevance

12345678910>>...183

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/src/CoreLib/System/
H A DInt64.cs19 public const long MaxValue = 0x7fffffffffffffffL;
28 public int CompareTo(Object value) in CompareTo()
46 public int CompareTo(Int64 value) in CompareTo()
55 public override bool Equals(Object obj) in Equals()
65 public bool Equals(Int64 obj) in Equals()
71 public override int GetHashCode() in GetHashCode()
76 public override String ToString() in ToString()
81 public String ToString(IFormatProvider provider) in ToString()
86 public String ToString(String format) in ToString()
101 public static long Parse(String s) in Parse()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corert/src/System.Private.CoreLib/shared/System/
H A DInt64.cs19 public const long MaxValue = 0x7fffffffffffffffL;
28 public int CompareTo(Object value) in CompareTo()
46 public int CompareTo(Int64 value) in CompareTo()
55 public override bool Equals(Object obj) in Equals()
65 public bool Equals(Int64 obj) in Equals()
71 public override int GetHashCode() in GetHashCode()
76 public override String ToString() in ToString()
81 public String ToString(IFormatProvider provider) in ToString()
86 public String ToString(String format) in ToString()
101 public static long Parse(String s) in Parse()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Dint64.cs37 internal long m_value;
39 public const long MaxValue = 0x7fffffffffffffffL;
48 public int CompareTo(Object value) { in CompareTo()
63 public int CompareTo(Int64 value) { in CompareTo()
71 public override bool Equals(Object obj) { in Equals()
79 public bool Equals(Int64 obj) in Equals()
85 public override int GetHashCode() { in GetHashCode()
90 public override String ToString() { in ToString()
102 public String ToString(String format) { in ToString()
113 public static long Parse(String s) { in Parse()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/graph/iterator/
H A Dall.go35 type Int64 struct { struct
36 node bool
37 uid uint64
38 tags graph.Tagger
39 max, min int64
40 at int64
41 result int64
42 runstats graph.IteratorStats
68 func (it *Int64) UID() uint64 {
73 func (it *Int64) Reset() {
[all …]
/dports/net/rclone/rclone-1.57.0/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/www/gitea/gitea-1.16.5/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/sysutils/chezmoi/chezmoi-2.9.3/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/net-im/matterircd/matterircd-0.25.0/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/net/clash/clash-1.6.0/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/sysutils/node_exporter/node_exporter-1.2.2/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]
/dports/net/storj/storj-1.45.3/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(n int64) int64 {
54 func (i *Int64) Sub(n int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(n int64) {
79 func (i *Int64) Swap(n int64) int64 {
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/go.uber.org/atomic/
H A Dint64.go32 type Int64 struct { struct
33 _ nocmp // disallow non-atomic comparison
35 v int64
44 func (i *Int64) Load() int64 {
49 func (i *Int64) Add(delta int64) int64 {
54 func (i *Int64) Sub(delta int64) int64 {
59 func (i *Int64) Inc() int64 {
64 func (i *Int64) Dec() int64 {
74 func (i *Int64) Store(val int64) {
79 func (i *Int64) Swap(val int64) (old int64) {
[all …]

12345678910>>...183