@brief Gets hit counter registered at specified position
| 2184 | |
| 2185 | /// @brief Gets hit counter registered at specified position |
| 2186 | inline const base::HitCounter* getCounter(const char* filename, base::type::LineNumber lineNumber) { |
| 2187 | base::threading::ScopedLock scopedLock(lock()); |
| 2188 | return get(filename, lineNumber); |
| 2189 | } |
| 2190 | }; |
| 2191 | /// @brief Action to be taken for dispatching |
| 2192 | enum class DispatchAction : base::type::EnumType { |
nothing calls this directly
no outgoing calls
no test coverage detected