Home
last modified time | relevance | path

Searched refs:emptyCopy (Results 1 – 4 of 4) sorted by relevance

/dports/x11-toolkits/kproperty/kproperty-3.2.0/autotests/
H A DKPropertySetTest.cpp49 KPropertySet emptyCopy(empty); in testEmpty() local
50 testPropertiesForEmpty(emptyCopy, "emptyCopy"); in testEmpty()
51 emptyCopy.clear(); in testEmpty()
52 testPropertiesForEmpty(emptyCopy, "after emptyCopy.clear()"); in testEmpty()
/dports/math/py-PuLP/PuLP-2.6.0/pulp/
H A Dpulp.py770 def emptyCopy(self): member in LpAffineExpression
924 e = self.emptyCopy()
952 e = self.emptyCopy()
987 e = self.emptyCopy()
1000 e = self.emptyCopy()
1007 e = self.emptyCopy()
1116 def emptyCopy(self): member in LpConstraint
/dports/x11/kf5-kdelibs4support/kdelibs4support-5.89.0/autotests/
H A Dkurltest.cpp59 KUrl emptyCopy(emptyURL.url()); in QTEST_MAIN() local
60 QCOMPARE(emptyURL, emptyCopy); in QTEST_MAIN()
62 QCOMPARE(emptyStringURL, emptyCopy); in QTEST_MAIN()
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog.13504 * src/NSGCString.m ([NSGCString -emptyCopy]): Method removed. It
3506 ([NSGMutableCString -emptyCopy:]): Likewise.
7879 * src/NSGCString.m ([NSGCString -emptyCopy]): Use [super
7880 emptyCopy], not [super allocCopy].
7882 * src/String.m ([String -emptyCopy]): Method removed; super class
8252 * src/NSGCString.m ([NSGCString -emptyCopy]): start with
10671 * *.m: Added -emptyCopy based on -allocCopy. Subclasses override