Home | History | Annotate | Download | only in Core

Lines Matching defs:value_str

1793 ValueObject::SetValueFromCString (const char *value_str, Error& error)
1814 m_value.GetScalar().SetValueFromCString (value_str, encoding, byte_size);
1821 error = new_scalar.SetValueFromCString (value_str, encoding, byte_size);
3425 std::string value_str;
3440 value_str);
3446 value_str = val_cstr;
3477 if (!is_nil && !value_str.empty() && (entry == NULL || (entry->DoesPrintValue() || options.m_format != eFormatDefault) || sum_cstr == NULL) && !options.m_hide_value)
3478 s.Printf(" %s", value_str.c_str());