Searched refs:FrontendMethodDef (Results 1 – 2 of 2) sorted by relevance
131 struct FrontendMethodDef { struct141 const FrontendMethodDef *methods_; argument272 constexpr FrontendMethodDef BY_METHODS[] = {289 sizeof(BY_METHODS) / sizeof(FrontendMethodDef),293 constexpr FrontendMethodDef UI_DRIVER_METHODS[] = {310 sizeof(UI_DRIVER_METHODS) / sizeof(FrontendMethodDef),314 constexpr FrontendMethodDef UI_COMPONENT_METHODS[] = {333 sizeof(UI_COMPONENT_METHODS) / sizeof(FrontendMethodDef),337 constexpr FrontendMethodDef ON_METHODS[] = {360 sizeof(ON_METHODS) / sizeof(FrontendMethodDef),[all …]
391 auto methodDef = reinterpret_cast<const FrontendMethodDef *>(pData); in GenericCallback()