| 84 | } |
| 85 | |
| 86 | string ResourceHandle::DebugString() const { |
| 87 | return strings::StrCat("device: ", device(), " container: ", container(), |
| 88 | " name: ", name(), " hash_code: ", hash_code(), |
| 89 | " maybe_type_name: ", maybe_type_name()); |
| 90 | } |
| 91 | |
| 92 | string ProtoDebugString(const ResourceHandle& handle) { |
| 93 | return handle.DebugString(); |
no test coverage detected