Lines Matching refs:LogError

175         LogError(__func__, __LINE__, std::string("package name is not expected."));

178 LogError(__func__, __LINE__, StringHelper::Format(
184 LogError(__func__, __LINE__, StringHelper::Format("parse package '%s' infomation failed.",
217 LogError(__func__, __LINE__, token, StringHelper::Format("expected 'interface token'"));
224 LogError(__func__, __LINE__, token, StringHelper::Format("expected name of interface_token before '%s' token",
234 LogError(__func__, __LINE__, token, StringHelper::Format("expected ';' before '%s' token",
241 LogError(__func__, __LINE__, token, StringHelper::Format("interface_token name is not expected."));
253 LogError(__func__, __LINE__, token, StringHelper::Format("expected 'support_delegator'"));
260 LogError(__func__, __LINE__, token, StringHelper::Format("expected name of suport_delegator before '%s' token",
270 LogError(__func__, __LINE__, token, StringHelper::Format("expected ';' before '%s' token",
277 LogError(__func__, __LINE__, token, StringHelper::Format("support_delegator name is not expected."));
310 LogError(__func__, __LINE__, token, StringHelper::Format("expected ';' before '%s'.", token.value.c_str()));
323 LogError(__func__, __LINE__, token, std::string("import name is empty"));
328 LogError(__func__, __LINE__, token, std::string("import name is illegal"));
335 LogError(__func__, __LINE__, token,
341 LogError(__func__, __LINE__, token,
347 LogError(__func__, __LINE__, token, StringHelper::Format("multiple import of '%s'", importName.c_str()));
356 LogError(__func__, __LINE__, token, std::string("sequenceable name is empty"));
399 LogError(__func__, __LINE__, token, StringHelper::Format("'%s' is not expected", token.value.c_str()));
425 LogError(__func__, __LINE__, token, StringHelper::Format("'%s' is not expected", token.value.c_str()));
479 LogError(__func__, __LINE__, token, StringHelper::Format("Duplicate declared attributes '%s'",
489 LogError(__func__, __LINE__, token, StringHelper::Format("Duplicate declared attributes cacheable"));
492 LogError(__func__, __LINE__, token, StringHelper::Format("Cacheable time parse failed"));
504 LogError(__func__, __LINE__, token, StringHelper::Format("'%s' is a illegal attribute",
514 LogError(__func__, __LINE__, token, StringHelper::Format("Duplicate declared attr freezecontrol"));
520 LogError(__func__, __LINE__, token, StringHelper::Format("freezecontrol attr cannot be empty"));
558 LogError(__func__, __LINE__, token, StringHelper::Format(
589 LogError(__func__, __LINE__, attr, std::string("illegal attribute of interface"));
625 LogError(__func__, __LINE__, token, StringHelper::Format("the system option is '%s', but the '%s' interface "
637 LogError(__func__, __LINE__, token, std::string("interface forward declaration should not have attribute."));
770 LogError(__func__, __LINE__, attr, std::string("illegal attribute of interface"));
801 LogError(__func__, __LINE__, StringHelper::Format("the '%s' method can not have 'mini' attribute, because the "
806 LogError(__func__, __LINE__, StringHelper::Format("the '%s' method can not have 'lite' attribute, because the "
811 LogError(__func__, __LINE__, StringHelper::Format("the '%s' method can not have 'full' attribute, because the "
842 LogError(__func__, __LINE__, token, StringHelper::Format("the '%s' parameter of '%s' method "
853 LogError(__func__, __LINE__, token, std::string(""));
990 LogError(__func__, __LINE__, token, StringHelper::Format("'%s' of type is illegal",
997 LogError(__func__, __LINE__, token, std::string("this type was not declared in this scope"));
1063 LogError(__func__, __LINE__, token,
1142 LogError(__func__, __LINE__, token, StringHelper::Format("key type '%s' is illegal", token.value.c_str()));
1156 LogError(__func__, __LINE__, token, StringHelper::Format("value type '%s' is illegal", token.value.c_str()));
1308 LogError(__func__, __LINE__, token, std::string("illegal base type of enum"));
1337 LogError(__func__, __LINE__, StringHelper::Format("AddMemberException:member '%s' already exists !",
1402 LogError(__func__, __LINE__, token, std::string("expected base type name before '{' token"));
1407 LogError(__func__, __LINE__, token, StringHelper::Format("illegal base type of struct: '%s'",
1519 LogError(__func__, __LINE__, token, StringHelper::Format(
1569 LogError(__func__, __LINE__, token, StringHelper::Format("invalid attribute '%s' for type decl",
1745 LogError(__func__, __LINE__, token, std::string("this expression is not supported"));
1751 LogError(__func__, __LINE__, token, std::string("this expression is not supported"));
1761 LogError(__func__, __LINE__, token, StringHelper::Format("unknown integer number: '%s'", token.value.c_str()));
1774 LogError(__func__, __LINE__, token, StringHelper::Format("unknown enum member: '%s'", token.value.c_str()));
1800 LogError(__func__, __LINE__, token, StringHelper::Format("The %s type is not supported by c language.",
1815 LogError(__func__, __LINE__, token, StringHelper::Format("The '%s' type is not supported "
1829 LogError(__func__, __LINE__, token, StringHelper::Format("The %s type is only supported by passthrough mode.",
1844 LogError(__func__, __LINE__, token,
1888 LogError(__func__, __LINE__, StringHelper::Format("invalid impirt name '%s'", importName.c_str()));
1893 LogError(__func__, __LINE__, StringHelper::Format("invalid impirt name '%s'", importName.c_str()));
1899 LogError(__func__, __LINE__, StringHelper::Format("can not import '%s'", idlFilePath.c_str()));
1908 LogError(__func__, __LINE__, std::string("ast is nullptr."));
1945 LogError(__func__, __LINE__, token, std::string("extends interface name is empty"));
1949 LogError(__func__, __LINE__, token, std::string("extends interface name is illegal"));
1955 LogError(__func__, __LINE__, token, StringHelper::Format("can not find idl file by extends interface "
1960 LogError(__func__, __LINE__, token, StringHelper::Format(
1965 LogError(__func__, __LINE__, token,
1970 LogError(__func__, __LINE__, token, StringHelper::Format("multiple extends of '%s'",
2042 LogError(__func__, __LINE__,