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

Side by Side Diff: trunk/src/net/base/registry_controlled_domains/effective_tld_names_unittest2.cc

Issue 270503004: Revert 268650 "Reduce footprint of registry controlled domain table" (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 /* C++ code produced by gperf version 3.0.3 */ 1 /* C++ code produced by gperf version 3.0.3 */
2 /* Command-line: gperf -a -L C++ -C -c -o -t -k '*' -NFindDomain -ZPerfect_Hash_ Test2 -P -K name_offset -Q stringpool2 -D -T effective_tld_names_unittest2.gperf */ 2 /* Command-line: gperf -a -L C++ -C -c -o -t -k '*' -NFindDomain -ZPerfect_Hash_ Test2 -P -K name_offset -Q stringpool2 -D -T effective_tld_names_unittest2.gperf */
3 3
4 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ 4 #if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \
5 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ 5 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \
6 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ 6 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \
7 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ 7 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \
8 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ 8 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \
9 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ 9 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \
10 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ 10 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 152
153 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0') 153 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
154 return &wordlist[index]; 154 return &wordlist[index];
155 } 155 }
156 } 156 }
157 } 157 }
158 return 0; 158 return 0;
159 } 159 }
160 #line 17 "effective_tld_names_unittest2.gperf" 160 #line 17 "effective_tld_names_unittest2.gperf"
161 161
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698