Home
last modified time | relevance | path

Searched refs:DeleteProhibitedFunction (Results 1 – 1 of 1) sorted by relevance

/openbmc/phosphor-logging/
H A Dextensions.hpp55 using DeleteProhibitedFunction = std::function<void(uint32_t, bool&)>; typedef
70 using DeleteProhibitedFunctions = std::vector<DeleteProhibitedFunction>;
170 explicit Extensions(DeleteProhibitedFunction func) in Extensions()