Lines Matching refs:m_current_value
27 if (!m_current_value.empty() || m_value_was_set) { in DumpValue()
30 Args::ExpandEscapedCharacters(m_current_value.c_str(), in DumpValue()
38 strm.Printf("%s", m_current_value.c_str()); in DumpValue()
40 strm.Printf("\"%s\"", m_current_value.c_str()); in DumpValue()
80 std::string new_value(m_current_value); in SetValueFromString()
94 m_current_value.assign(new_value); in SetValueFromString()
112 Args::EncodeEscapeSequences(value_str.c_str(), m_current_value); in SetValueFromString()
132 m_current_value.assign(value); in SetCurrentValue()
139 std::string new_value(m_current_value); in AppendToCurrentValue()
144 m_current_value.assign(new_value); in AppendToCurrentValue()
146 m_current_value.append(value); in AppendToCurrentValue()