Searched refs:ParseInterfaceEnd (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ability/idl_tool/parser/ |
H A D | parser.h | 64 …bool ParseInterfaceEnd(Token& token, String& interfaceFullName, bool hasProperties, bool oneway, b…
|
H A D | parser.cpp | 146 return ParseInterfaceEnd(token, interfaceFullName, hasProperties, oneway, ret); in ParseInterface() 183 bool Parser::ParseInterfaceEnd(Token& token, String& interfaceFullName, bool hasProperties, bool on… in ParseInterfaceEnd() function in OHOS::Idl::Parser
|