| 53 | // Unique name of this resource. |
| 54 | const string& name() const { return name_; } |
| 55 | void set_name(const string& name) { name_ = name; } |
| 56 | |
| 57 | // Hash code for the type of the resource. Is only valid in the same device |
| 58 | // and in the same execution. |
no outgoing calls