Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/
H A Dextensions.hpp35 using CreateFunction = std::function<void( typedef
68 using CreateFunctions = std::vector<CreateFunction>;
143 explicit Extensions(CreateFunction func) in Extensions()