Home
last modified time | relevance | path

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

/external/syzkaller/vendor/google.golang.org/appengine/datastore/
Dprop.go292 type structPLS struct { struct
299 func newStructPLS(p interface{}) (*structPLS, error) {
309 return &structPLS{v, codec}, nil
Dsave.go188 func (s structPLS) Save() ([]Property, error) {
196 func (s structPLS) save(props *[]Property, prefix string, opts saveOpts) error {
Dload.go310 func (s structPLS) Load(props []Property) error {