google.golang.org/protobuf/reflect/protoreflect.Map.Len (method)

4 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value.go#L234: 	Len() int

	google.golang.org/protobuf/internal/impl
		message_reflect.go#L263: 		return x.Value().Map().Len() > 0

	google.golang.org/protobuf/proto
		equal.go#L91: 	if x.Len() != y.Len() {