| 1075 | } |
| 1076 | |
| 1077 | void RuntimeProfileBase::AddInfoString(const string& key, const string& value) { |
| 1078 | return AddInfoStringInternal(key, value, false); |
| 1079 | } |
| 1080 | |
| 1081 | void RuntimeProfile::AddInfoStringRedacted(const string& key, const string& value) { |
| 1082 | return AddInfoStringInternal(key, value, false, true); |
no outgoing calls