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