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