CountInputs
int32 CountInputs();
int32 CountInputs() const;
if (fAutoStop && fCore->CountInputs() == 1) {
if (fAutoStop && fCore->CountInputs() == 0) {
int32 CountInputs() { return fInputs->CountItems(); }
for (int32 i = 0; i < CountInputs(); i++)
for (int32 i = 0; i < CountInputs(); i++) {
if (fOwner->CountInputs() == 0)
if (*cookie < 0 || *cookie >= fOwner->CountInputs()) {