Searched refs:builtInPrefixes (Results 1 – 1 of 1) sorted by relevance
768 static const char* builtInPrefixes[] = { variable788 for (size_t i = 0; i < NELEM(builtInPrefixes); ++i) { in shouldTrace()789 if (strstr(className, builtInPrefixes[i]) == className) { in shouldTrace()