Searched defs:ClearFunc (Results 1 – 2 of 2) sorted by relevance
26 typedef int32_t (*ClearFunc)(void); typedef
71 using ClearFunc = std::function<void(const std::shared_ptr<ADelegatorAbilityProperty> &)>; variable