Searched refs:kMaxInstrumentationKeys (Results 1 – 1 of 1) sorted by relevance
30 int kMaxInstrumentationKeys = 256; // Sanity check variable248 if (max_ikeys < 1 || max_ikeys>kMaxInstrumentationKeys) in ValidateSettings()