Searched refs:implicitCounterName (Results 1 – 2 of 2) sorted by relevance
228 implicitThisName("@this"), implicitCounterName("@count"),400 …emplate<class T> T addCounterBufferName(const T& name) const { return name + implicitCounterName; } in addCounterBufferName()402 size_t len = strlen(implicitCounterName); in hasCounterBufferName()404 name.compare(name.size() - len, len, implicitCounterName) == 0; in hasCounterBufferName()714 const char* const implicitCounterName; variable
3185 counterType->setFieldName(intermediate.implicitCounterName); in counterBufferType()