Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(198)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: service/datastore/toggle_string.go
Issue
1521823003
:
Clean up callback interfaces. (Closed)
Base URL: https://github.com/luci/gae.git@extra
Patch Set: fixins
Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
filter/dscache/ds.go
filter/txnBuf/ds_txn.go
filter/txnBuf/query_merger.go
filter/txnBuf/state.go
filter/txnBuf/txnbuf_test.go
impl/memory/datastore_data.go
impl/memory/datastore_query_execution.go
impl/memory/datastore_query_execution_test.go
impl/memory/datastore_test.go
impl/memory/gkvlite_iter.go
impl/memory/gkvlite_iter_test.go
impl/prod/everything_test.go
impl/prod/raw_datastore.go
service/datastore/checkfilter_test.go
service/datastore/datastore.go
service/datastore/datastore_test.go
service/datastore/errors.go
service/datastore/interface.go
service/datastore/propertytype_string.go
service/datastore/raw_interface.go
service/datastore/reflect.go
service/datastore/toggle_string.go
service/datastore/types.go
symbols.go
View unified diff
|
Download patch
« no previous file with comments
|
« service/datastore/reflect.go
('k') |
service/datastore/types.go »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
(Empty)
1
// Code generated by "stringer -type=Toggle"; DO NOT EDIT
2
3
package datastore
4
5
import "fmt"
6
7
const _Toggle_name = "AutoOnOff"
8
9
var _Toggle_index = [...]uint8{0, 4, 6, 9}
10
11
func (i Toggle) String() string {
12
if i >= Toggle(len(_Toggle_index)-1) {
13
return fmt.Sprintf("Toggle(%d)", i)
14
}
15
return _Toggle_name[_Toggle_index[i]:_Toggle_index[i+1]]
16
}
OLD
NEW
« no previous file with comments
|
« service/datastore/reflect.go
('k') |
service/datastore/types.go »
('j') |
no next file with comments »
Issue 1521823003: Clean up callback interfaces. (Closed)
Created 5 years ago by iannucci
Modified 5 years ago
Reviewers: dnj, estaab, Vadim Sh.
Base URL: https://github.com/luci/gae.git@extra
Comments: 8
This is Rietveld
408576698