Searched refs:streamTypeLiteral (Results 1 – 2 of 2) sorted by relevance
129 std::string streamTypeLiteral; in dump() local130 StreamTypeConverter::toString(keyAt(i), streamTypeLiteral); in dump()133 streamTypeLiteral.c_str(), i); in dump()
523 string streamTypeLiteral = getXmlAttribute(root, Attributes::stream); in deserialize() local524 if (streamTypeLiteral.empty()) { in deserialize()529 if (!StreamTypeConverter::fromString(streamTypeLiteral, streamType)) { in deserialize()