Searched refs:streamTypeLiteral (Results 1 – 2 of 2) sorted by relevance
136 std::string streamTypeLiteral; in dump() local137 StreamTypeConverter::toString(keyAt(i), streamTypeLiteral); in dump()140 streamTypeLiteral.c_str(), i); in dump()
533 string streamTypeLiteral = getXmlAttribute(root, Attributes::stream); in deserialize() local534 if (streamTypeLiteral.empty()) { in deserialize()539 if (!StreamTypeConverter::fromString(streamTypeLiteral, streamType)) { in deserialize()