Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go2607 type AllocateIdsResponse struct { struct
2614 func (m *AllocateIdsResponse) Reset() { *m = AllocateIdsResponse{} } argument
2615 func (m *AllocateIdsResponse) String() string { return proto.CompactTextString(m) } argument
2616 func (*AllocateIdsResponse) ProtoMessage() {} argument
2618 func (m *AllocateIdsResponse) GetStart() int64 { argument
2625 func (m *AllocateIdsResponse) GetEnd() int64 { argument
2632 func (m *AllocateIdsResponse) GetCost() *Cost { argument
Ddatastore_v3.proto507 message AllocateIdsResponse { message
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dkey.go297 res := &pb.AllocateIdsResponse{}