Searched refs:defgh (Results 1 – 1 of 1) sorted by relevance
887 OSSharedPtr<OSString> defgh = OSString::withCString("defgh", 10); in OSCollectionTest() local888 assert(strcmp(defgh->getCStringNoCopy(), "defgh") == 0); in OSCollectionTest()