Searched refs:kCounterNameMaxLength (Results 1 – 4 of 4) sorted by relevance
17 const int kCounterNameMaxLength = 256; variable46 char name_[kCounterNameMaxLength];
13 strncpy(name_, name, kCounterNameMaxLength); in Counter()
40 const int kCounterNameMaxLength = 256; variable71 char name_[kCounterNameMaxLength];
35 strncpy(name_, name, kCounterNameMaxLength); in Counter()