Lines Matching defs:methodAttr
680 AutoPtr<ASTAttr> methodAttr = ParseMethodAttr();
681 method->SetAttribute(methodAttr);
682 method->SetCacheable(methodAttr);
746 AutoPtr<ASTAttr> methodAttr = new ASTAttr();
751 methodAttr->SetValue(ASTAttr::FULL);
754 methodAttr->SetValue(ASTAttr::LITE);
757 methodAttr->SetValue(ASTAttr::MINI);
760 methodAttr->SetValue(ASTAttr::ONEWAY);
763 methodAttr->SetValue(ASTAttr::CACHEABLE);
764 methodAttr->SetCacheableTimeString(attr.value);
767 methodAttr->SetValue(ASTAttr::FREEZECONTROL);
775 return methodAttr;