| 311 | } |
| 312 | |
| 313 | CountsDictionary::const_iterator sample_result::cend() const { |
| 314 | return retrieve_result(GlobalRegisterName).counts.cend(); |
| 315 | } |
| 316 | |
| 317 | std::size_t |
| 318 | sample_result::size(const std::string_view registerName) const noexcept { |
no outgoing calls
no test coverage detected