Searched refs:object_info (Results 1 – 4 of 4) sorted by relevance
161 object_info = self.__client.objects.Get(self.__GetRequest(filename))162 self.assertEqual(size, object_info.size)169 object_info = self.__client.objects.Get(self.__GetRequest(filename))170 self.assertEqual(size, object_info.size)
107 const llvm::RuntimeDyld::LoadedObjectInfo& object_info) override;
211 const llvm::RuntimeDyld::LoadedObjectInfo& object_info) { in notifyObjectLoaded() argument212 gdb_jit_event_listener_->notifyObjectLoaded(key, object, object_info); in notifyObjectLoaded()
235 const auto object_info = item.second; in DeviceReportUndestroyedObjects() local236 …eport_data, VK_DEBUG_REPORT_ERROR_BIT_EXT, get_debug_report_enum[object_type], object_info->handle, in DeviceReportUndestroyedObjects()238 report_data->FormatHandle(ObjTrackStateTypedHandle(*object_info)).c_str()); in DeviceReportUndestroyedObjects()246 auto object_info = item.second; in DeviceDestroyUndestroyedObjects() local247 DestroyObjectSilently(object_info->handle, object_type); in DeviceDestroyUndestroyedObjects()