Lines Matching defs:info
103 static void DestructElementInfo(CUIElementInfo &info)
105 if (info.bundleName != nullptr) { free(info.bundleName); }
106 if (info.componentType != nullptr) { free(info.componentType); }
107 if (info.text != nullptr) { free(info.text); }
165 auto info = CreateElementInfo(context->elmentInfo.dump().c_str());
166 if (info.bundleName == nullptr || info.componentType == nullptr || info.text == nullptr) {
173 callback->operator()(info);
178 DestructElementInfo(info);