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

/haiku-buildtools/jam/
H A DStatCacheServer.h30 int32 entryCount; member in struct:stat_cache_readdir_reply
H A Dbeos_stat_cache.c195 if (reply->entryCount == 0)
201 if (--reply->entryCount > 0)
H A DStatCacheServer.cpp1350 int32 entryCount = 0; local
1356 entryCount++;
1364 reply->entryCount = entryCount;
1390 DBG(OUT(" -> entryCount: %ld, error: `%s'\n", reply->entryCount, strerror(reply->error)));
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr55717.C47 unsigned entryCount; member in struct:HashTable
61 entryCount++;

Completed in 45 milliseconds