Lines Matching defs:import
323 LogError(__func__, __LINE__, token, std::string("import name is empty"));
328 LogError(__func__, __LINE__, token, std::string("import name is illegal"));
336 StringHelper::Format("can not find idl file from import name '%s'", importName.c_str()));
342 std::string("extends import version must less than current import version"));
347 LogError(__func__, __LINE__, token, StringHelper::Format("multiple import of '%s'", importName.c_str()));
1899 LogError(__func__, __LINE__, StringHelper::Format("can not import '%s'", idlFilePath.c_str()));
1956 "name '%s', please check import info", extendsInterfaceName.c_str()));
2146 StrAstMap import = astPair.second->GetImports();
2147 for (const auto &importPair : import) {