| 92 | } |
| 93 | |
| 94 | void Program::CopyParameterBlockStateToUserState() { |
| 95 | for (auto* parameter_block : parameter_blocks_) { |
| 96 | parameter_block->GetState(parameter_block->mutable_user_state()); |
| 97 | } |
| 98 | } |
| 99 | |
| 100 | bool Program::SetParameterBlockStatePtrsToUserStatePtrs() { |
| 101 | for (auto* parameter_block : parameter_blocks_) { |
no outgoing calls
no test coverage detected