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