Lines Matching refs:to_string
64 self.0.push((key.to_string(), Value::Boolean(value)));
70 self.0.push((key.to_string(), Value::Number(value)));
76 self.0.push((key.to_string(), Value::String(value)));
82 self.push(key, value.to_string());
88 self.0.push((key.to_string(), Value::Object(value)));
129 result.insert(key.to_string(), value.trim_end_matches('\n').to_string());
157 let mut features = "-3dnow,-3dnowa,-mmx,+soft-float".to_string();
172 vec![("kind".to_string(), Value::String("none".to_string()))],