Searched refs:hasProperties (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/idl_tool/parser/ |
H A D | parser.h | 64 bool ParseInterfaceEnd(Token& token, String& interfaceFullName, bool hasProperties, bool oneway, bool ret);
|
H A D | parser.cpp | 105 bool hasProperties = false; in ParseInterface() local 120 hasProperties = true; in ParseInterface() 146 return ParseInterfaceEnd(token, interfaceFullName, hasProperties, oneway, ret); in ParseInterface() 183 bool Parser::ParseInterfaceEnd(Token& token, String& interfaceFullName, bool hasProperties, bool oneway, bool ret) in ParseInterfaceEnd() argument 198 if (hasProperties) { in ParseInterfaceEnd()
|
Completed in 2 milliseconds