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