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

Side by Side Diff: trunk/src/net/base/registry_controlled_domains/effective_tld_names_unittest1.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_ Test1 -P -K name_offset -Q stringpool1 -D effective_tld_names_unittest1.gperf * / 2 /* Command-line: gperf -a -L C++ -C -c -o -t -k '*' -NFindDomain -ZPerfect_Hash_ Test1 -P -K name_offset -Q stringpool1 -D effective_tld_names_unittest1.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 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 209
210 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0') 210 if (*str == *s && !strncmp (str + 1, s + 1, len - 1) && s[len] == '\0')
211 return &wordlist[index]; 211 return &wordlist[index];
212 } 212 }
213 } 213 }
214 } 214 }
215 return 0; 215 return 0;
216 } 216 }
217 #line 26 "effective_tld_names_unittest1.gperf" 217 #line 26 "effective_tld_names_unittest1.gperf"
218 218
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698