@brief Action to be taken for dispatching
| 2190 | }; |
| 2191 | /// @brief Action to be taken for dispatching |
| 2192 | enum class DispatchAction : base::type::EnumType { |
| 2193 | None = 1, NormalLog = 2, SysLog = 4 |
| 2194 | }; |
| 2195 | } // namespace base |
| 2196 | template <typename T> |
| 2197 | class Callback : protected base::threading::ThreadSafe { |
nothing calls this directly
no outgoing calls
no test coverage detected