Home | History | Annotate | Download | only in elftosb2

Lines Matching refs:stringValue

31 	const StringValue * stringValue;
37 stringValue = dynamic_cast<const StringValue *>(m_options->getOption(kProductVersionOption));
38 if (stringValue)
40 version.set(*stringValue);
52 stringValue = dynamic_cast<const StringValue *>(m_options->getOption(kComponentVersionOption));
53 if (stringValue)
55 version.set(*stringValue);