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