Searched refs:second_object (Results 1 – 3 of 3) sorted by relevance
33 bool IsCoveringObject(const uint2& first_object, const uint2& second_object) { in IsCoveringObject() argument34 return first_object.x >= second_object.x && first_object.y >= second_object.y; in IsCoveringObject()37 bool IsCoveringObject(const uint3& first_object, const uint3& second_object) { in IsCoveringObject() argument38 return first_object.x >= second_object.x && in IsCoveringObject()39 first_object.y >= second_object.y && first_object.z >= second_object.z; in IsCoveringObject()
54 bool IsCoveringObject(const uint2& first_object, const uint2& second_object);57 bool IsCoveringObject(const uint3& first_object, const uint3& second_object);
76 second_object = MyObject()80 self.assertEqual(second_object.test_property, id(second_object))83 self.assertNotEqual(first_object.test_property, second_object.test_property)87 self.assertEqual(second_object.test_property, id(second_object))