Home
last modified time | relevance | path

Searched defs:switchCase (Results 1 – 1 of 1) sorted by relevance

/build/soong/mk2rbc/
Dnode.go265 type switchCase struct { struct
266 gate starlarkNode
267 nodes []starlarkNode
270 func (cb *switchCase) emit(gctx *generationContext) {