Searched refs:methodAttribute (Results 1 – 1 of 1) sorted by relevance
263 auto methodAttribute = tag->GetAttributeByName("METHOD"); in ParseKey() local264 if (methodAttribute) { in ParseKey()265 method_ = std::make_shared<std::string>(methodAttribute->QuotedString()); in ParseKey()