Searched refs:rootPackage (Results 1 – 3 of 3) sorted by relevance
313 std::string rootPackage = GetRootPackage(package); in GetSubPackage() local314 if (rootPackage.empty()) { in GetSubPackage()318 return package.substr(rootPackage.size() + 1); in GetSubPackage()328 std::string rootPackage = ""; in GetPackagePath() local333 rootPackage = packageRoot.first; in GetPackagePath()338 if (rootPackage.empty()) { in GetPackagePath()348 …std::string subPath = StringHelper::Replace(package.substr(rootPackage.size() + 1), '.', SEPARATOR… in GetPackagePath()
121 std::string rootPackage = Options::GetInstance().GetRootPackage(namespaceStr); in EmitCppNameSpaceVec() local122 size_t rootPackageNum = StringHelper::Split(rootPackage, ".").size(); in EmitCppNameSpaceVec()
322 std::string rootPackage = Options::GetInstance().GetRootPackage(space->ToString()); in GetNameWithNamespace() local323 size_t rootPackageNum = StringHelper::Split(rootPackage, ".").size(); in GetNameWithNamespace()