Searched refs:countFound1 (Results 1 – 1 of 1) sorted by relevance
302 int32 countFound1, countFound2; in operator ==() local305 err = msg1.GetInfo(B_ANY_TYPE, i, &name, &typeFound1, &countFound1); in operator ==()309 err = (typeFound1 == typeFound2 && countFound1 == countFound2 ? B_OK : B_ERROR); in operator ==()312 for (int j = 0; j < countFound1; j++) { in operator ==()