Searched refs:oneway (Results 1 - 4 of 4) 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); 68 bool ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime); 80 void SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime);
|
H A D | parser.cpp | 106 bool oneway = false; in ParseInterface() local 119 oneway = 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 213 interface->SetOneway(oneway); in ParseInterfaceEnd() 231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties() argument 236 oneway = false; in ParseMethodProperties() 249 oneway = true; in ParseMethodProperties() 277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime) in SetMethodAttr() argument 280 method->SetOneway(oneway); in SetMethodAttr() 376 bool oneway = false; ParseMethod() local [all...] |
/foundation/ability/idl_tool/ast/ |
H A D | ast_method.h | 44 void SetOneway(bool oneway) in SetOneway() argument 46 oneway_ = oneway; in SetOneway()
|
H A D | ast_interface_type.h | 44 void SetOneway(bool oneway) in SetOneway() argument 46 oneway_ = oneway; in SetOneway()
|
Completed in 3 milliseconds