Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dload.go412 case v.Pointvalue != nil:
414 return appengine.GeoPoint{Lat: v.Pointvalue.GetX(), Lng: v.Pointvalue.GetY()}, nil
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}
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.pb.go546Pointvalue *PropertyValue_PointValue `protobuf:"group,5,opt,name=PointValue" json:"point… member
586 return m.Pointvalue