Home
last modified time | relevance | path

Searched refs:curState (Results 1 – 25 of 569) sorted by relevance

12345678910>>...23

/dports/devel/yaml-cpp03/yaml-cpp-release-0.3.0/src/
H A Demitter.cpp177 switch(curState) { in GotoNextPreAtomicState()
295 switch(curState) { in PostAtomicWrite()
357 if(curState != ES_WAITING_FOR_DOC && curState != ES_WRITING_DOC && curState != ES_DONE_WITH_DOC) { in EmitBeginDoc()
362 if(curState == ES_WRITING_DOC || curState == ES_DONE_WITH_DOC) in EmitBeginDoc()
378 if(curState != ES_WAITING_FOR_DOC && curState != ES_WRITING_DOC && curState != ES_DONE_WITH_DOC) { in EmitEndDoc()
383 if(curState == ES_WRITING_DOC || curState == ES_DONE_WITH_DOC) in EmitEndDoc()
406 curState == ES_WRITING_BLOCK_MAP_KEY || curState == ES_WRITING_BLOCK_MAP_VALUE || in EmitBeginSeq()
476 curState == ES_WRITING_BLOCK_MAP_KEY || curState == ES_WRITING_BLOCK_MAP_VALUE || in EmitBeginMap()
539 if(curState != ES_WAITING_FOR_BLOCK_MAP_ENTRY && curState != ES_DONE_WITH_BLOCK_MAP_VALUE in EmitKey()
576 if(curState != ES_DONE_WITH_BLOCK_MAP_KEY && curState != ES_DONE_WITH_FLOW_MAP_KEY) in EmitValue()
[all …]
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dpath.cpp445 if (curState->theStart) in nextImpl()
450 curState->theStart = false; in nextImpl()
488 if (curState->theStart) in nextImpl()
495 curState->theChildren->open(); in nextImpl()
496 curState->theStart = false; in nextImpl()
514 if (curState->theStart) in nextImpl()
519 curState->push(curState->theContextNode); in nextImpl()
520 curState->theStart = false; in nextImpl()
532 curState->pop(); in nextImpl()
533 if (curState->empty()) in nextImpl()
[all …]
/dports/science/py-rmf/rmf-1.3.1/src/avrocpp/impl/json/
H A DJsonIO.cc83 if (curState != stObjectN && curState != stArrayN) { in doAdvance()
86 if (curState == stObjectN) { in doAdvance()
87 curState = stObject0; in doAdvance()
91 if (curState != stKey) { in doAdvance()
94 curState = stObjectN; in doAdvance()
98 if (curState == stObject0) { in doAdvance()
102 curState = stKey; in doAdvance()
104 curState = stArrayN; in doAdvance()
109 stateStack.push(curState); in doAdvance()
110 curState = stArray0; in doAdvance()
[all …]
/dports/science/rmf/rmf-1.3.1/src/avrocpp/impl/json/
H A DJsonIO.cc83 if (curState != stObjectN && curState != stArrayN) { in doAdvance()
86 if (curState == stObjectN) { in doAdvance()
87 curState = stObject0; in doAdvance()
91 if (curState != stKey) { in doAdvance()
94 curState = stObjectN; in doAdvance()
98 if (curState == stObject0) { in doAdvance()
102 curState = stKey; in doAdvance()
104 curState = stArrayN; in doAdvance()
109 stateStack.push(curState); in doAdvance()
110 curState = stArray0; in doAdvance()
[all …]
/dports/devel/avro-cpp/avro-cpp-1.11.0/impl/json/
H A DJsonIO.cc76 if (curState == stArray0 || curState == stArrayN) { in doAdvance()
84 if (curState == stObject0 || curState == stObjectN) { in doAdvance()
92 if (curState != stObjectN && curState != stArrayN) { in doAdvance()
96 curState = stObject0; in doAdvance()
100 if (curState != stKey) { in doAdvance()
103 curState = stObjectN; in doAdvance()
107 if (curState == stObject0) { in doAdvance()
111 curState = stKey; in doAdvance()
113 curState = stArrayN; in doAdvance()
119 curState = stArray0; in doAdvance()
[all …]
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go39 curState resolver.State member
118 ccr.curState = s
130 ccr.curState.Addresses = addrs
131 ccr.cc.updateResolverState(ccr.curState)
142 ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: sc})
144 ccr.curState.ServiceConfig = sc
145 ccr.cc.updateResolverState(ccr.curState)
149 …if s.ServiceConfig == ccr.curState.ServiceConfig && (len(ccr.curState.Addresses) == 0) == (len(s.A…
153 if s.ServiceConfig != ccr.curState.ServiceConfig {
156 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/grpc/grpc-go-1.21.1/
H A Dresolver_conn_wrapper.go39 curState resolver.State member
118 ccr.curState = s
130 ccr.curState.Addresses = addrs
131 ccr.cc.updateResolverState(ccr.curState)
142 ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: sc})
144 ccr.curState.ServiceConfig = sc
145 ccr.cc.updateResolverState(ccr.curState)
149 …if s.ServiceConfig == ccr.curState.ServiceConfig && (len(ccr.curState.Addresses) == 0) == (len(s.A…
153 if s.ServiceConfig != ccr.curState.ServiceConfig {
156 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go39 curState resolver.State member
118 ccr.curState = s
130 ccr.curState.Addresses = addrs
131 ccr.cc.updateResolverState(ccr.curState)
142 ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: sc})
144 ccr.curState.ServiceConfig = sc
145 ccr.cc.updateResolverState(ccr.curState)
149 …if s.ServiceConfig == ccr.curState.ServiceConfig && (len(ccr.curState.Addresses) == 0) == (len(s.A…
153 if s.ServiceConfig != ccr.curState.ServiceConfig {
156 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/misc/perkeep/perkeep-0.11/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go39 curState resolver.State member
118 ccr.curState = s
130 ccr.curState.Addresses = addrs
131 ccr.cc.updateResolverState(ccr.curState)
142 ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: sc})
144 ccr.curState.ServiceConfig = sc
145 ccr.cc.updateResolverState(ccr.curState)
149 …if s.ServiceConfig == ccr.curState.ServiceConfig && (len(ccr.curState.Addresses) == 0) == (len(s.A…
153 if s.ServiceConfig != ccr.curState.ServiceConfig {
156 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/net/bosh-cli/bosh-cli-5.5.0/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go39 curState resolver.State member
118 ccr.curState = s
130 ccr.curState.Addresses = addrs
131 ccr.cc.updateResolverState(ccr.curState)
142 ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: sc})
144 ccr.curState.ServiceConfig = sc
145 ccr.cc.updateResolverState(ccr.curState)
149 …if s.ServiceConfig == ccr.curState.ServiceConfig && (len(ccr.curState.Addresses) == 0) == (len(s.A…
153 if s.ServiceConfig != ccr.curState.ServiceConfig {
156 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/Microsoft/hcsshim/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go39 curState resolver.State member
118 ccr.curState = s
130 ccr.curState.Addresses = addrs
131 ccr.cc.updateResolverState(ccr.curState)
142 ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: sc})
144 ccr.curState.ServiceConfig = sc
145 ccr.cc.updateResolverState(ccr.curState)
149 …if s.ServiceConfig == ccr.curState.ServiceConfig && (len(ccr.curState.Addresses) == 0) == (len(s.A…
153 if s.ServiceConfig != ccr.curState.ServiceConfig {
156 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/net/grpcox/grpcox-1.0.0/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go39 curState resolver.State member
118 ccr.curState = s
130 ccr.curState.Addresses = addrs
131 ccr.cc.updateResolverState(ccr.curState)
142 ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: sc})
144 ccr.curState.ServiceConfig = sc
145 ccr.cc.updateResolverState(ccr.curState)
149 …if s.ServiceConfig == ccr.curState.ServiceConfig && (len(ccr.curState.Addresses) == 0) == (len(s.A…
153 if s.ServiceConfig != ccr.curState.ServiceConfig {
156 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/devel/bcpp/bcpp-20210108/code/
H A Dtabs.cpp256 CharState oldState = curState; in ExpandTabs()
278 && !(had_print && (curState == Ignore || curState == Comment)) in ExpandTabs()
279 && curState != SQuoted in ExpandTabs()
280 && curState != DQuoted) in ExpandTabs()
388 oldState = curState; in ExpandTabs()
398 : curState; in ExpandTabs()
404 && ispunct(curState)) in ExpandTabs()
419 if (curState == Ignore) in ExpandTabs()
420 curState = Normal; in ExpandTabs()
428 && (curState == DQuoted in ExpandTabs()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go41 curState resolver.State member
100 ccr.curState = s
101 if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
124 ccr.curState.Addresses = addrs
125 ccr.cc.updateResolverState(ccr.curState, nil)
147 ccr.curState.ServiceConfig = scpr
148 ccr.cc.updateResolverState(ccr.curState, nil)
159 if ccr.curState.ServiceConfig != nil {
160 oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
168 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go41 curState resolver.State member
100 ccr.curState = s
101 if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
124 ccr.curState.Addresses = addrs
125 ccr.cc.updateResolverState(ccr.curState, nil)
147 ccr.curState.ServiceConfig = scpr
148 ccr.cc.updateResolverState(ccr.curState, nil)
159 if ccr.curState.ServiceConfig != nil {
160 oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
168 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/net/traefik/traefik-2.6.1/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go41 curState resolver.State member
100 ccr.curState = s
101 if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
124 ccr.curState.Addresses = addrs
125 ccr.cc.updateResolverState(ccr.curState, nil)
147 ccr.curState.ServiceConfig = scpr
148 ccr.cc.updateResolverState(ccr.curState, nil)
159 if ccr.curState.ServiceConfig != nil {
160 oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
168 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go41 curState resolver.State member
100 ccr.curState = s
101 if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
124 ccr.curState.Addresses = addrs
125 ccr.cc.updateResolverState(ccr.curState, nil)
147 ccr.curState.ServiceConfig = scpr
148 ccr.cc.updateResolverState(ccr.curState, nil)
159 if ccr.curState.ServiceConfig != nil {
160 oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
168 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go41 curState resolver.State member
100 ccr.curState = s
101 if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
124 ccr.curState.Addresses = addrs
125 ccr.cc.updateResolverState(ccr.curState, nil)
147 ccr.curState.ServiceConfig = scpr
148 ccr.cc.updateResolverState(ccr.curState, nil)
159 if ccr.curState.ServiceConfig != nil {
160 oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
168 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go41 curState resolver.State member
100 ccr.curState = s
101 if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
124 ccr.curState.Addresses = addrs
125 ccr.cc.updateResolverState(ccr.curState, nil)
147 ccr.curState.ServiceConfig = scpr
148 ccr.cc.updateResolverState(ccr.curState, nil)
159 if ccr.curState.ServiceConfig != nil {
160 oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
168 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/sysutils/terraform-docs/terraform-docs-0.16.0/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go41 curState resolver.State member
100 ccr.curState = s
101 if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
124 ccr.curState.Addresses = addrs
125 ccr.cc.updateResolverState(ccr.curState, nil)
147 ccr.curState.ServiceConfig = scpr
148 ccr.cc.updateResolverState(ccr.curState, nil)
159 if ccr.curState.ServiceConfig != nil {
160 oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
168 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/sysutils/restic/restic-0.12.1/vendor/google.golang.org/grpc/
H A Dresolver_conn_wrapper.go41 curState resolver.State member
100 ccr.curState = s
101 if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
124 ccr.curState.Addresses = addrs
125 ccr.cc.updateResolverState(ccr.curState, nil)
147 ccr.curState.ServiceConfig = scpr
148 ccr.cc.updateResolverState(ccr.curState, nil)
159 if ccr.curState.ServiceConfig != nil {
160 oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
168 if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java281 int curState = state[0]; in oneTransition() local
283 if(curState == XSCMValidator.FIRST_ERROR || curState == XSCMValidator.SUBSEQUENT_ERROR) { in oneTransition()
417 int curState = state[0]; in findMatchingDecl() local
712 int curState = 0; in buildDFA() local
719 statesToDo[curState] = setT; in buildDFA()
720 curState++; in buildDFA()
814 curState++; in buildDFA()
1177 int curState = state[0]; in whatCanGoHere() local
1178 if (curState < 0) in whatCanGoHere()
1179 curState = state[1]; in whatCanGoHere()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java281 int curState = state[0]; in oneTransition() local
283 if(curState == XSCMValidator.FIRST_ERROR || curState == XSCMValidator.SUBSEQUENT_ERROR) { in oneTransition()
417 int curState = state[0]; in findMatchingDecl() local
712 int curState = 0; in buildDFA() local
719 statesToDo[curState] = setT; in buildDFA()
720 curState++; in buildDFA()
814 curState++; in buildDFA()
1177 int curState = state[0]; in whatCanGoHere() local
1178 if (curState < 0) in whatCanGoHere()
1179 curState = state[1]; in whatCanGoHere()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java281 int curState = state[0]; in oneTransition() local
283 if(curState == XSCMValidator.FIRST_ERROR || curState == XSCMValidator.SUBSEQUENT_ERROR) { in oneTransition()
417 int curState = state[0]; in findMatchingDecl() local
712 int curState = 0; in buildDFA() local
719 statesToDo[curState] = setT; in buildDFA()
720 curState++; in buildDFA()
814 curState++; in buildDFA()
1177 int curState = state[0]; in whatCanGoHere() local
1178 if (curState < 0) in whatCanGoHere()
1179 curState = state[1]; in whatCanGoHere()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/models/
H A DXSDFACM.java281 int curState = state[0]; in oneTransition() local
283 if(curState == XSCMValidator.FIRST_ERROR || curState == XSCMValidator.SUBSEQUENT_ERROR) { in oneTransition()
417 int curState = state[0]; in findMatchingDecl() local
712 int curState = 0; in buildDFA() local
719 statesToDo[curState] = setT; in buildDFA()
720 curState++; in buildDFA()
814 curState++; in buildDFA()
1177 int curState = state[0]; in whatCanGoHere() local
1178 if (curState < 0) in whatCanGoHere()
1179 curState = state[1]; in whatCanGoHere()
[all …]

12345678910>>...23