Searched defs:saveOpts (Results 1 – 2 of 2) sorted by relevance
114 type saveOpts struct { struct115 noIndex bool116 multiple bool117 omitEmpty bool135 func saveStructProperty(props *[]Property, name string, opts saveOpts, v reflect.Value) error {196 func (s structPLS) save(props *[]Property, prefix string, opts saveOpts) error {
2677 int saveOpts = 0; in parseAndPrintFile() local