golang.org/x/net/http2.SettingsFrame.ForeachSetting (method)

7 uses

	golang.org/x/net/http2 (current package)
		frame.go#L813: func (f *SettingsFrame) ForeachSetting(fn func(Setting) error) error {
		frame.go#L1623: 		f.ForeachSetting(func(s Setting) error {
		server.go#L515: 		if err := fr.ForeachSetting(sc.processSetting); err != nil {
		server.go#L1687: 	if err := f.ForeachSetting(sc.processSetting); err != nil {
		transport.go#L2794: 	err := f.ForeachSetting(func(s Setting) error {

	google.golang.org/grpc/internal/transport
		http2_client.go#L1206: 	f.ForeachSetting(func(s http2.Setting) error {
		http2_server.go#L835: 	f.ForeachSetting(func(s http2.Setting) error {