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

Side by Side Diff: runtime/vm/unibrow.cc

Issue 2455983002: Small cleanups and linter fixes. (Closed)
Patch Set: Small cleanups Created 4 years, 1 month 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
« no previous file with comments | « runtime/vm/regexp.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file was generated at 2014-10-08 15:25:47.940335 (in v8, copied to dart) 5 // This file was generated at 2014-10-08 15:25:47.940335 (in v8, copied to dart)
6 6
7 #include "vm/unibrow-inl.h" 7 #include "vm/unibrow-inl.h"
8 #include "vm/unibrow.h"
9
8 #include <stdio.h> 10 #include <stdio.h>
9 #include <stdlib.h> 11 #include <stdlib.h>
10 12
11 namespace unibrow { 13 namespace unibrow {
12 14
13 static const intptr_t kStartBit = (1 << 30); 15 static const intptr_t kStartBit = (1 << 30);
14 static const intptr_t kChunkBits = (1 << 13); 16 static const intptr_t kChunkBits = (1 << 13);
15 static const int32_t kSentinel = static_cast<int32_t>(-1); 17 static const int32_t kSentinel = static_cast<int32_t>(-1);
16 18
17 /** 19 /**
(...skipping 1828 matching lines...) Expand 10 before | Expand all | Expand 10 after
1846 kCanonicalizationRangeMultiStrings7, 1848 kCanonicalizationRangeMultiStrings7,
1847 c, 1849 c,
1848 n, 1850 n,
1849 result, 1851 result,
1850 allow_caching_ptr); 1852 allow_caching_ptr);
1851 default: return 0; 1853 default: return 0;
1852 } 1854 }
1853 } 1855 }
1854 1856
1855 } // namespace unibrow 1857 } // namespace unibrow
OLDNEW
« no previous file with comments | « runtime/vm/regexp.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698