func github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil.parse

6 uses

	github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil (current package)
		unmarshal.go#L50: 				err = parse(reflect.ValueOf(v), c, "")
		unmarshal.go#L66: func parse(r reflect.Value, node *XMLNode, tag reflect.StructTag) error {
		unmarshal.go#L159: 			err := parse(member, elem, field.Tag)
		unmarshal.go#L185: 				err := parse(r.Index(i), c, "")
		unmarshal.go#L198: 		err := parse(r.Index(r.Len()-1), node, "")
		unmarshal.go#L243: 			parse(valueR, value, "")