Searched defs:topicName (Results 1 – 5 of 5) sorted by relevance
117 string topicName = topic->fName; in checkRelatedFunctions() local
1381 string topicName = globalsName.length() > 2 && isupper(globalsName[2]) && in dumpGlobals() local1608 string topicName = skClassName.length() > 2 && isupper(skClassName[2]) && in dumpTokens() local
2082 vector<string> BmhParser::topicName() { in topicName() function in BmhParser
2045 string topicName = skClassName.substr(2); in populate() local
141 public static String getTsvDir(String targetDir, String topicName) { in getTsvDir()