Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Unified Diff: src/IceTranslator.h

Issue 1838753002: Subzero: Remove IceString. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review changes Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/IceTimerTree.cpp ('k') | src/IceTranslator.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/IceTranslator.h
diff --git a/src/IceTranslator.h b/src/IceTranslator.h
index 5c62c04cf0fcd6ce9448866542ee4045d75840cd..5e7dfadec342e5eec3242a734e02d7e7de587ebf 100644
--- a/src/IceTranslator.h
+++ b/src/IceTranslator.h
@@ -59,13 +59,13 @@ public:
lowerGlobals(std::unique_ptr<VariableDeclarationList> VariableDeclarations);
/// Creates a name using the given prefix and corresponding index.
- std::string createUnnamedName(const IceString &Prefix, SizeT Index);
+ std::string createUnnamedName(const std::string &Prefix, SizeT Index);
/// Reports if there is a (potential) conflict between Name, and using Prefix
/// to name unnamed names. Errors are put on Ostream. Returns true if there
/// isn't a potential conflict.
- bool checkIfUnnamedNameSafe(const IceString &Name, const char *Kind,
- const IceString &Prefix);
+ bool checkIfUnnamedNameSafe(const std::string &Name, const char *Kind,
+ const std::string &Prefix);
uint32_t getNextSequenceNumber() { return NextSequenceNumber++; }
« no previous file with comments | « src/IceTimerTree.cpp ('k') | src/IceTranslator.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698