Searched refs:CheckTypeByMode (Results 1 – 5 of 5) sorted by relevance
1 [IDL-GEN]: [CheckTypeByMode:1703] [Types.idl:34:5] error:The 'float' type is not supported by kerne…2 [IDL-GEN]: [CheckTypeByMode:1703] [Types.idl:35:5] error:The 'double' type is not supported by kern…3 [IDL-GEN]: [CheckTypeByMode:1703] [Types.idl:36:5] error:The 'FileDescriptor' type is not supported…4 [IDL-GEN]: [CheckTypeByMode:1703] [Types.idl:37:5] error:The 'NativeBuffer' type is not supported b…
178 bool CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type);
1583 if (!CheckTypeByMode(token, type)) { in CheckType()1615 bool Parser::CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type) in CheckTypeByMode() function in OHOS::HDI::Parser
204 bool CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type);
1794 if ((type == nullptr) || !CheckTypeByMode(token, type)) { in CheckType()1826 bool Parser::CheckTypeByMode(const Token &token, const AutoPtr<ASTType> &type) in CheckTypeByMode() function in OHOS::Idl::Parser