Searched refs:topName (Results 1 – 2 of 2) sorted by relevance
256 std::string topName = mappedFullName.substr(0, pos); in findInfoByMappedName() local257 if (topName != this->mappedName) in findInfoByMappedName()312 std::string topName, fieldName; in findField() local327 topName = fullName.substr(0, pos); in findField()328 if (topName != baseName) in findField()
364 string topName = string::npos == colons ? fName : fName.substr(colons + 2); in copyToParent() local366 string scoped = topName + "::" + entry.first; in copyToParent()