Searched refs:countFound2 (Results 1 – 1 of 1) sorted by relevance
302 int32 countFound1, countFound2; in operator ==() local307 err = msg2.GetInfo(name, &typeFound2, &countFound2); in operator ==()309 err = (typeFound1 == typeFound2 && countFound1 == countFound2 ? B_OK : B_ERROR); in operator ==()