Home
last modified time | relevance | path

Searched refs:parseInt64 (Results 1 – 25 of 214) sorted by relevance

123456789

/dports/devel/protobuf25/protobuf-2.5.0/java/src/test/java/com/google/protobuf/
H A DTextFormatTest.java551 assertEquals( 0L, TextFormat.parseInt64( "0")); in testParseInteger()
552 assertEquals( 1L, TextFormat.parseInt64( "1")); in testParseInteger()
553 assertEquals( -1L, TextFormat.parseInt64( "-1")); in testParseInteger()
554 assertEquals( 12345L, TextFormat.parseInt64( "12345")); in testParseInteger()
555 assertEquals( -12345L, TextFormat.parseInt64( "-12345")); in testParseInteger()
556 assertEquals( 2147483647L, TextFormat.parseInt64( "2147483647")); in testParseInteger()
561 TextFormat.parseInt64("9223372036854775807")); in testParseInteger()
563 TextFormat.parseInt64("-9223372036854775808")); in testParseInteger()
582 TextFormat.parseInt64("0x7fffffffffffffff")); in testParseInteger()
617 TextFormat.parseInt64("9223372036854775808"); in testParseInteger()
[all …]
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/valgrind/xmlprotocol/
H A Dparser.cpp182 static qint64 parseInt64(const QString &str, const QString &context) in parseInt64() function
310 … what.leakedbytes = parseInt64(blockingReadElementText(), "error/xwhat[memcheck]/leakedbytes"); in parseXWhat()
312 … what.leakedblocks = parseInt64(blockingReadElementText(), "error/xwhat[memcheck]/leakedblocks"); in parseXWhat()
314 … what.hthreadid = parseInt64(blockingReadElementText(), "error/xwhat[memcheck]/hthreadid"); in parseXWhat()
336 what.line = parseInt64(blockingReadElementText(), "error/xauxwhat/line"); in parseXauxWhat()
338 what.hthreadid = parseInt64(blockingReadElementText(), "error/xauxwhat/hthreadid"); in parseXauxWhat()
440 e.setTid(parseInt64(blockingReadElementText(), "error/tid")); in parseError()
519 frame.setLine(parseInt64(blockingReadElementText(), "error/frame/line")); in parseFrame()
539 … at.setHelgrindThreadId(parseInt64(blockingReadElementText(), "announcethread/hthreadid")); in parseAnnounceThread()
569 count = parseInt64(blockingReadElementText(), "errorcounts/pair/count"); in parseErrorCounts()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
H A DTextFormatTest.java703 assertEquals(0L, TextFormat.parseInt64("0")); in testParseInteger()
704 assertEquals(1L, TextFormat.parseInt64("1")); in testParseInteger()
705 assertEquals(-1L, TextFormat.parseInt64("-1")); in testParseInteger()
706 assertEquals(12345L, TextFormat.parseInt64("12345")); in testParseInteger()
707 assertEquals(-12345L, TextFormat.parseInt64("-12345")); in testParseInteger()
708 assertEquals(2147483647L, TextFormat.parseInt64("2147483647")); in testParseInteger()
709 assertEquals(-2147483648L, TextFormat.parseInt64("-2147483648")); in testParseInteger()
710 assertEquals(4294967295L, TextFormat.parseInt64("4294967295")); in testParseInteger()
711 assertEquals(4294967296L, TextFormat.parseInt64("4294967296")); in testParseInteger()
764 TextFormat.parseInt64("9223372036854775808"); in testParseInteger()
[all …]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nats.go/
H A Dparser.go442 nc.ps.ma.sid = parseInt64(args[1])
444 nc.ps.ma.size = int(parseInt64(args[2]))
447 nc.ps.ma.sid = parseInt64(args[1])
449 nc.ps.ma.size = int(parseInt64(args[3]))
470 func parseInt64(d []byte) (n int64) { func
/dports/sysutils/istio/istio-1.6.7/mixer/cmd/mixc/cmd/
H A Dutil.go76 func parseInt64(s string) (interface{}, error) { return strconv.ParseInt(s, 10, 64) } func
128 if val, err := parseInt64(s); err == nil {
183 if err := process(b, &gb, rootArgs.int64Attributes, parseInt64); err != nil {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/net-mgmt/semaphore/semaphore-2.6.8/vendor/gopkg.in/asn1-ber.v1/
H A Dber.go210 func parseInt64(bytes []byte) (ret int64, err error) { func
352 val, _ := parseInt64(content)
356 p.Value, _ = parseInt64(content)
369 p.Value, _ = parseInt64(content)
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/gopkg.in/asn1-ber.v1/
H A Dber.go210 func parseInt64(bytes []byte) (ret int64, err error) { func
352 val, _ := parseInt64(content)
356 p.Value, _ = parseInt64(content)
369 p.Value, _ = parseInt64(content)
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/vendor/gopkg.in/asn1-ber.v1/
H A Dber.go210 func parseInt64(bytes []byte) (ret int64, err error) { func
352 val, _ := parseInt64(content)
356 p.Value, _ = parseInt64(content)
369 p.Value, _ = parseInt64(content)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/vault/vendor/gopkg.in/asn1-ber.v1/
H A Dber.go210 func parseInt64(bytes []byte) (ret int64, err error) { func
352 val, _ := parseInt64(content)
356 p.Value, _ = parseInt64(content)
369 p.Value, _ = parseInt64(content)
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/misc/concourse/vault-bdd38fca2cff/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/vault/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/net-mgmt/prometheus1/prometheus-1.8.2/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/prometheus/prometheus/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/vault/vault-0.6.0/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/hashicorp/vault/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/sysutils/gomplate/vault-sdk-v0.1.13/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/hashicorp/vault/vault-api-v1.0.4/vendor/github.com/samuel/go-zookeeper/zk/
H A Dflw.go206 lcxid, _ := parseInt64(match[8])
207 lzxid, _ := parseInt64(match[9])
240 func parseInt64(s string) (int64, error) { func

123456789