type github.com/aws/smithy-go/encoding/xml.Map

7 uses

	github.com/aws/smithy-go/encoding/xml (current package)
		map.go#L9: type Map struct {
		map.go#L25: func newMap(w writer, scratch *[]byte) *Map {
		map.go#L26: 	return &Map{
		map.go#L38: func newFlattenedMap(w writer, scratch *[]byte, memberWrapper StartElement) *Map {
		map.go#L39: 	return &Map{
		map.go#L49: func (m *Map) Entry() Value {
		value.go#L255: func (xv Value) Map() *Map {