Searched refs:hashedName (Results 1 – 4 of 4) sorted by relevance
315 char* hashedName) in ShGetNameHashingEntry() argument317 if (!handle || !name || !hashedName || index < 0) in ShGetNameHashingEntry()350 strncpy(hashedName, it->second.c_str(), len); in ShGetNameHashingEntry()352 hashedName[len - 1] = '\0'; in ShGetNameHashingEntry()
773 TString hashedName = TIntermTraverser::hash(name, mHashFunction); in hashName() local774 mNameMap[name.c_str()] = hashedName.c_str(); in hashName()775 return hashedName; in hashName()
1498 TString hashedName = stream.str(); in hash() local1499 return hashedName; in hash()
441 char* hashedName);