Searched refs:methodAttr (Results 1 – 4 of 4) sorted by relevance
185 auto methodAttr = testTag.GetAttributeByName("METHOD"); variable189 EXPECT_NE(methodAttr, nullptr);190 EXPECT_EQ(methodAttr->QuotedString(), "AES-128");
135 AutoPtr<ASTAttr> methodAttr = new ASTAttr(); in ReadMetaMethod() local137 methodAttr->SetValue(ASTAttr::ONEWAY); in ReadMetaMethod()139 method->SetAttribute(methodAttr); in ReadMetaMethod()
680 AutoPtr<ASTAttr> methodAttr = ParseMethodAttr(); in ParseMethod() local681 method->SetAttribute(methodAttr); in ParseMethod()682 method->SetCacheable(methodAttr); in ParseMethod()746 AutoPtr<ASTAttr> methodAttr = new ASTAttr(); in ParseMethodAttr() local751 methodAttr->SetValue(ASTAttr::FULL); in ParseMethodAttr()754 methodAttr->SetValue(ASTAttr::LITE); in ParseMethodAttr()757 methodAttr->SetValue(ASTAttr::MINI); in ParseMethodAttr()760 methodAttr->SetValue(ASTAttr::ONEWAY); in ParseMethodAttr()763 methodAttr->SetValue(ASTAttr::CACHEABLE); in ParseMethodAttr()767 methodAttr->SetValue(ASTAttr::FREEZECONTROL); in ParseMethodAttr()[all …]
569 AutoPtr<ASTAttr> methodAttr = new ASTAttr(); in ParseMethodAttr() local586 methodAttr->SetValue(ASTAttr::ONEWAY); in ParseMethodAttr()595 methodAttr->SetValue(ASTAttr::FULL); in ParseMethodAttr()598 methodAttr->SetValue(ASTAttr::LITE); in ParseMethodAttr()601 methodAttr->SetValue(ASTAttr::MINI); in ParseMethodAttr()604 return methodAttr; in ParseMethodAttr()