Searched defs:cacheable (Results 1 – 2 of 2) sorted by relevance
231 bool Parser::ParseMethodProperties(bool& oneway, bool& cacheable, int& cacheTime) in ParseMethodProperties()277 void Parser::SetMethodAttr(ASTMethod* method, ASTType *returnType, bool oneway, bool cacheable, int… in SetMethodAttr()377 bool cacheable = false; in ParseMethod() local
222 void SetHasCacheableProxyMethods(bool cacheable) in SetHasCacheableProxyMethods()