Searched refs:fTestedNames (Results 1 - 1 of 1) sorted by relevance

/haiku/src/tests/kits/storage/
H A DBasicTest.h95 if (fTestedNames.find(name) == fTestedNames.end())
103 else if (fTestedNames.find(name) != fTestedNames.end())
104 fTestedNames.erase(name);
110 fTestedNames.clear();
115 fUntestedNames.insert(fTestedNames.begin(), fTestedNames.end());
116 fTestedNames.clear();
124 fTestedNames
145 nameset fTestedNames; member in class:TestSet
[all...]

Completed in 52 milliseconds