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