Home
last modified time | relevance | path

Searched refs:PropertyValue_PointValue (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go546 …Pointvalue *PropertyValue_PointValue `protobuf:"group,5,opt,name=PointValue" json:"point…
584 func (m *PropertyValue) GetPointvalue() *PropertyValue_PointValue {
605 type PropertyValue_PointValue struct { struct
611 func (m *PropertyValue_PointValue) Reset() { *m = PropertyValue_PointValue{} } argument
612 func (m *PropertyValue_PointValue) String() string { return proto.CompactTextString(m) } argument
613 func (*PropertyValue_PointValue) ProtoMessage() {} argument
615 func (m *PropertyValue_PointValue) GetX() float64 { argument
622 func (m *PropertyValue_PointValue) GetY() float64 { argument
/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dsave.go74 pv.Pointvalue = &pb.PropertyValue_PointValue{X: &t.Lat, Y: &t.Lng}
280 x.Value.Pointvalue = &pb.PropertyValue_PointValue{X: &v.Lat, Y: &v.Lng}