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

Unified Diff: runtime/vm/object.h

Issue 397413002: Reimplement Symbols using hash table template. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 5 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
Index: runtime/vm/object.h
===================================================================
--- runtime/vm/object.h (revision 38343)
+++ runtime/vm/object.h (working copy)
@@ -5608,6 +5608,8 @@
friend class Class;
friend class Symbols;
+ friend class StringSlice; // SetHash
+ template<typename CharType> friend class CharArray; // SetHash
friend class OneByteString;
friend class TwoByteString;
friend class ExternalOneByteString;
« no previous file with comments | « runtime/vm/hash_table_test.cc ('k') | runtime/vm/object.cc » ('j') | runtime/vm/symbols.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698