Searched refs:mFunctorsCount (Results 1 – 2 of 2) sorted by relevance
99 mFunctorsCount = 0; in init()669 return mFunctorsCount > 0; in hasRegisteredFunctors()673 mFunctorsCount += functorCount; in registerFunctors()677 if (functorCount > mFunctorsCount) { in unregisterFunctors()678 mFunctorsCount = 0; in unregisterFunctors()680 mFunctorsCount -= functorCount; in unregisterFunctors()
429 uint32_t mFunctorsCount; variable