| 303 | } |
| 304 | |
| 305 | CountsDictionary::iterator sample_result::end() { |
| 306 | return retrieve_result(GlobalRegisterName).counts.end(); |
| 307 | } |
| 308 | |
| 309 | CountsDictionary::const_iterator sample_result::cbegin() const { |
| 310 | return retrieve_result(GlobalRegisterName).counts.cbegin(); |
no outgoing calls
no test coverage detected