| 69 | } |
| 70 | |
| 71 | bool SyncValidator::SyncError(SyncHazard hazard, const LogObjectList& objlist, const Location& loc, |
| 72 | const std::string& error_message) const { |
| 73 | return LogError(string_SyncHazardVUID(hazard), objlist, loc, "%s", error_message.c_str()); |
| 74 | } |
| 75 | |
| 76 | ResourceUsageRange SyncValidator::ReserveGlobalTagRange(size_t tag_count) const { |
| 77 | ResourceUsageRange reserve; |
no test coverage detected