CountLoopers
int32 CountLoopers() const;
int32 CountLoopers();
uint32 count = gLooperList.CountLoopers();
int32 count = CountLoopers();
index = CountLoopers() - index;
for (int32 i = 0; i < CountLoopers(); i++) {
err = reply.AddInt32("result", CountLoopers());
uint32 count = gLooperList.CountLoopers();
for (int32 i = 0; i < gLooperList.CountLoopers(); i++) {
uint32 count = gLooperList.CountLoopers();
index = CountLoopers() - index;
return gLooperList.CountLoopers();