Searched defs:switchBranch (Results 1 – 2 of 2) sorted by relevance
154 GateRef CircuitBuilder::SwitchCase(GateRef switchBranch, int64_t value) in SwitchCase()159 GateRef CircuitBuilder::DefaultCase(GateRef switchBranch) in DefaultCase()267 GateRef switchBranch = SwitchBranch(currentControl, index, numberOfKeys); in Switch() local
85 GateRef switchBranch = env_->GetBuilder()->SwitchBranch(currentControl, index, numberOfKeys); in Switch() local