Home
last modified time | relevance | path

Searched refs:PutResponse (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2222 type PutResponse struct { struct
2229 func (m *PutResponse) Reset() { *m = PutResponse{} } argument
2230 func (m *PutResponse) String() string { return proto.CompactTextString(m) } argument
2231 func (*PutResponse) ProtoMessage() {} argument
2233 func (m *PutResponse) GetKey() []*Reference { argument
2240 func (m *PutResponse) GetCost() *Cost { argument
2247 func (m *PutResponse) GetVersion() []int64 { argument
Ddatastore_v3.proto422 message PutResponse { message
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Ddatastore.go350 res := &pb.PutResponse{}