| 353 | } |
| 354 | |
| 355 | void GrContext::SpPutString(const std::string& key, const std::string& value) { |
| 356 | sp_->Put(key, value); |
| 357 | } |
| 358 | |
| 359 | std::string GrContext::SpGetString(const std::string& key, const std::string& def_val) { |
| 360 | return sp_->Get(key, def_val); |
no outgoing calls
no test coverage detected