Home
last modified time | relevance | path

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

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