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

Side by Side Diff: common/cmpbin/binary_vals_test.go

Issue 1219323002: Rename funnybase and add more serializations. (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: fixes Created 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | common/cmpbin/common_test.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 package funnybase 5 package cmpbin
6 6
7 // don't be hatin' 7 // don't be hatin'
8 const ( 8 const (
9 » b00000000 = iota 9 » b00000000 byte = iota
10 b00000001 10 b00000001
11 b00000010 11 b00000010
12 b00000011 12 b00000011
13 b00000100 13 b00000100
14 b00000101 14 b00000101
15 b00000110 15 b00000110
16 b00000111 16 b00000111
17 b00001000 17 b00001000
18 b00001001 18 b00001001
19 b00001010 19 b00001010
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 b11110111 256 b11110111
257 b11111000 257 b11111000
258 b11111001 258 b11111001
259 b11111010 259 b11111010
260 b11111011 260 b11111011
261 b11111100 261 b11111100
262 b11111101 262 b11111101
263 b11111110 263 b11111110
264 b11111111 264 b11111111
265 ) 265 )
OLDNEW
« no previous file with comments | « no previous file | common/cmpbin/common_test.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698