Home
last modified time | relevance | path

Searched defs:oneway (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/idl_tool/ast/
H A Dast_interface_type.h44 void SetOneway(bool oneway) in SetOneway() argument
H A Dast_method.h44 void SetOneway(bool oneway) in SetOneway() argument
/foundation/ability/idl_tool/parser/
H A Dparser.cpp106 bool oneway = false; in ParseInterface() local
183 bool Parser::ParseInterfaceEnd(Token& token, String& interfaceFullName, bool hasProperties, bool oneway, bool ret) in ParseInterfaceEnd() argument
231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties() argument
277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int cacheTime) in SetMethodAttr() argument
376 bool oneway = false; ParseMethod() local
[all...]

Completed in 2 milliseconds