Home
last modified time | relevance | path

Searched refs:peekCount (Results 1 – 25 of 75) sorted by relevance

123

/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/kylebrandt/boolq/parse/
H A Dparse.go23 peekCount int member
38 if t.peekCount > 0 {
39 t.peekCount--
43 return t.token[t.peekCount]
48 t.peekCount++
53 if t.peekCount > 0 {
54 return t.token[t.peekCount-1]
56 t.peekCount = 1
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/conf/rule/parse/
H A Dparse.go26 peekCount int member
41 if t.peekCount > 0 {
42 t.peekCount--
46 return t.token[t.peekCount]
51 t.peekCount++
58 t.peekCount = 2
63 if t.peekCount > 0 {
64 return t.token[t.peekCount-1]
66 t.peekCount = 1
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/StackExchange/mof/
H A Dparse.go24 peekCount int member
40 if t.peekCount > 0 {
41 t.peekCount--
45 return t.token[t.peekCount]
50 t.peekCount++
55 if t.peekCount > 0 {
56 return t.token[t.peekCount-1]
58 t.peekCount = 1
/dports/www/grafana8/grafana-8.3.6/pkg/expr/mathexp/parse/
H A Dparse.go28 peekCount int member
52 if t.peekCount > 0 {
53 t.peekCount--
57 return t.token[t.peekCount]
62 t.peekCount++
67 if t.peekCount > 0 {
68 return t.token[t.peekCount-1]
70 t.peekCount = 1
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationInputStream.java91 private int peekIndex, peekCount; field in IDLJavaSerializationInputStream
203 (peekIndex < peekCount)) { // peek in read_boolean()
222 (peekIndex < peekCount)) { // peek in read_char()
256 (peekIndex < peekCount)) { // peek in read_octet()
277 (peekIndex < peekCount)) { // peek in read_short()
324 (peekIndex < peekCount)) { // peek in read_long()
348 (peekIndex < peekCount)) { // peek in read_longlong()
414 (peekIndex < peekCount)) { // peek in read_string()
845 peekCount = markedItemQ.size(); in mark()
859 peekCount = 0; in reset()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DIDLJavaSerializationInputStream.java91 private int peekIndex, peekCount; field in IDLJavaSerializationInputStream
203 (peekIndex < peekCount)) { // peek in read_boolean()
222 (peekIndex < peekCount)) { // peek in read_char()
256 (peekIndex < peekCount)) { // peek in read_octet()
277 (peekIndex < peekCount)) { // peek in read_short()
324 (peekIndex < peekCount)) { // peek in read_long()
348 (peekIndex < peekCount)) { // peek in read_longlong()
414 (peekIndex < peekCount)) { // peek in read_string()
845 peekCount = markedItemQ.size(); in mark()
859 peekCount = 0; in reset()
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/expr/parse/
H A Dparse.go31 peekCount int member
113 if t.peekCount > 0 {
114 t.peekCount--
118 return t.token[t.peekCount]
123 t.peekCount++
128 if t.peekCount > 0 {
129 return t.token[t.peekCount-1]
131 t.peekCount = 1
/dports/lang/gcc48/gcc-4.8.5/libgo/go/text/template/parse/
H A Dparse.go30 peekCount int member
48 if t.peekCount > 0 {
49 t.peekCount--
53 return t.token[t.peekCount]
58 t.peekCount++
65 t.peekCount = 2
73 t.peekCount = 3
78 if t.peekCount > 0 {
79 return t.token[t.peekCount-1]
81 t.peekCount = 1
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/text/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/devel/mingw32-gcc/gcc-4.8.1/libgo/go/text/template/parse/
H A Dparse.go30 peekCount int member
48 if t.peekCount > 0 {
49 t.peekCount--
53 return t.token[t.peekCount]
58 t.peekCount++
65 t.peekCount = 2
73 t.peekCount = 3
78 if t.peekCount > 0 {
79 return t.token[t.peekCount-1]
81 t.peekCount = 1
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/text/template/parse/
H A Dparse.go29 peekCount int member
61 if t.peekCount > 0 {
62 t.peekCount--
66 return t.token[t.peekCount]
71 t.peekCount++
78 t.peekCount = 2
86 t.peekCount = 3
91 if t.peekCount > 0 {
92 return t.token[t.peekCount-1]
94 t.peekCount = 1
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/lang/gcc8/gcc-8.5.0/libgo/go/text/template/parse/
H A Dparse.go29 peekCount int member
61 if t.peekCount > 0 {
62 t.peekCount--
66 return t.token[t.peekCount]
71 t.peekCount++
78 t.peekCount = 2
86 t.peekCount = 3
91 if t.peekCount > 0 {
92 return t.token[t.peekCount-1]
94 t.peekCount = 1
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/text/template/parse/
H A Dparse.go29 peekCount int member
61 if t.peekCount > 0 {
62 t.peekCount--
66 return t.token[t.peekCount]
71 t.peekCount++
78 t.peekCount = 2
86 t.peekCount = 3
91 if t.peekCount > 0 {
92 return t.token[t.peekCount-1]
94 t.peekCount = 1
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/text/template/parse/
H A Dparse.go29 peekCount int member
61 if t.peekCount > 0 {
62 t.peekCount--
66 return t.token[t.peekCount]
71 t.peekCount++
78 t.peekCount = 2
86 t.peekCount = 3
91 if t.peekCount > 0 {
92 return t.token[t.peekCount-1]
94 t.peekCount = 1
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/text/template/parse/
H A Dparse.go29 peekCount int member
61 if t.peekCount > 0 {
62 t.peekCount--
66 return t.token[t.peekCount]
71 t.peekCount++
78 t.peekCount = 2
86 t.peekCount = 3
91 if t.peekCount > 0 {
92 return t.token[t.peekCount-1]
94 t.peekCount = 1
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/dns/rdap/rdap-e2ea151/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1
/dports/lang/gcc10/gcc-10.3.0/libgo/go/text/template/parse/
H A Dparse.go29 peekCount int member
61 if t.peekCount > 0 {
62 t.peekCount--
66 return t.token[t.peekCount]
71 t.peekCount++
78 t.peekCount = 2
86 t.peekCount = 3
91 if t.peekCount > 0 {
92 return t.token[t.peekCount-1]
94 t.peekCount = 1
/dports/dns/blocky/blocky-0.17/vendor/github.com/alecthomas/template/parse/
H A Dparse.go29 peekCount int member
60 if t.peekCount > 0 {
61 t.peekCount--
65 return t.token[t.peekCount]
70 t.peekCount++
77 t.peekCount = 2
85 t.peekCount = 3
90 if t.peekCount > 0 {
91 return t.token[t.peekCount-1]
93 t.peekCount = 1

123