Searched refs:mLimitPerKey (Results 1 – 1 of 1) sorted by relevance
50 explicit OperationLimiter(int limit) : mLimitPerKey(limit) {} in OperationLimiter()65 if (cnt >= mLimitPerKey) { in start()98 const int mLimitPerKey; variable