Searched refs:DeleteProhibitedFunction (Results 1 – 1 of 1) sorted by relevance
55 using DeleteProhibitedFunction = std::function<void(uint32_t, bool&)>; typedef70 using DeleteProhibitedFunctions = std::vector<DeleteProhibitedFunction>;170 explicit Extensions(DeleteProhibitedFunction func) in Extensions()