Home | History | Annotate | Download | only in Interpreter

Lines Matching full:m_current_value

31         if (!m_current_value.empty() || m_value_was_set)
36 Args::ExpandEscapedCharacters(m_current_value.c_str(), expanded_escape_value);
45 strm.Printf ("%s", m_current_value.c_str());
47 strm.Printf ("\"%s\"", m_current_value.c_str());
97 std::string new_value(m_current_value);
115 m_current_value.assign(new_value);
134 Args::EncodeEscapeSequences (value_cstr, m_current_value);
162 m_current_value.assign (value);
164 m_current_value.clear();
175 std::string new_value(m_current_value);
180 m_current_value.assign(new_value);
183 m_current_value.append (value);