Searched refs:kCounterNameMaxLength (Results 1 – 2 of 2) sorted by relevance
40 const int kCounterNameMaxLength = 256; variable71 char name_[kCounterNameMaxLength];
35 strncpy(name_, name, kCounterNameMaxLength - 1); in Counter()38 name_[kCounterNameMaxLength - 1] = '\0'; in Counter()