Searched refs:getString (Results 1 – 2 of 2) sorted by relevance
561 resultValue = new StringValue(str->getString()); in convertAssignmentNodeToValue()1088 std::string * stringData = stringNode->getString(); in createSourceFromNode()
575 std::string * getString() { return m_value; } in getString() function