Searched refs:maxRampMsLiteral (Results 1 – 1 of 1) sorted by relevance
378 std::string maxRampMsLiteral = getXmlAttribute(cur, Attributes::maxRampMs); in deserialize() local380 if (!maxRampMsLiteral.empty() && convertTo(maxRampMsLiteral, maxRampMs)) { in deserialize()