| 1139 | } |
| 1140 | |
| 1141 | FunctionIterator begin() const noexcept |
| 1142 | { |
| 1143 | return FunctionIterator(*this, 0); |
| 1144 | } |
| 1145 | |
| 1146 | typename Iterator<ModuleEntry>::TheEnd end() const noexcept |
| 1147 | { |
nothing calls this directly
no outgoing calls
no test coverage detected