Home
last modified time | relevance | path

Searched refs:setTypeUsed (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/encoding/jsonschema/
H A Dconstraints.go167 s.setTypeUsed(n, nullType)
171 s.setTypeUsed(n, boolType)
174 s.setTypeUsed(n, stringType)
177 s.setTypeUsed(n, numType)
180 s.setTypeUsed(n, numType)
184 s.setTypeUsed(n, arrayType)
187 s.setTypeUsed(n, objectType)
H A Ddecode.go285 func (c *constraintInfo) setTypeUsed(n cue.Value, t coreType) { func
303 func (s *state) setTypeUsed(n cue.Value, t coreType) { func
304 s.types[t].setTypeUsed(n, t)