Searched refs:LocalGoldfishInstance (Results 1 – 5 of 5) sorted by relevance
127 self.Patch(instance.LocalGoldfishInstance, "GetExistingInstances",237 self.Patch(instance.LocalGoldfishInstance, "GetExistingInstances",341 self.Patch(instance.LocalGoldfishInstance,343 self.Patch(instance.LocalGoldfishInstance, "GetLockById")345 instance.LocalGoldfishInstance.GetLockById.assert_called_once()347 self.Patch(instance.LocalGoldfishInstance,
199 instance.LocalGoldfishInstance.GetExistingInstances())319 gf_id = instance.LocalGoldfishInstance.GetIdByName(name)321 return instance.LocalGoldfishInstance.GetLockById(gf_id)351 instance.LocalGoldfishInstance.GetExistingInstances()
187 inst = instance.LocalGoldfishInstance(1)204 instances = instance.LocalGoldfishInstance.GetExistingInstances()217 num = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()223 num = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()
706 class LocalGoldfishInstance(Instance): class831 instances.append(LocalGoldfishInstance(instance_id))
115 ins = instance.LocalGoldfishInstance(ins_id,147 ins_lock = instance.LocalGoldfishInstance.GetLockById(ins_id)153 max_id = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()155 ins_lock = instance.LocalGoldfishInstance.GetLockById(ins_id)