Home
last modified time | relevance | path

Searched defs:gobKey (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dkey.go138 type gobKey struct { struct
139 Kind string
140 StringID string
141 IntID int64
142 Parent *gobKey
143 AppID string
144 Namespace string
161 func gobKeyToKey(gk *gobKey) *Key {