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

7 uses

	golang.org/x/net/http2 (current package)
		frame.go#L827: func (f *SettingsFrame) ForeachSetting(fn func(Setting) error) error {
		frame.go#L1667: 		f.ForeachSetting(func(s Setting) error {
		server.go#L551: 		if err := fr.ForeachSetting(sc.processSetting); err != nil {
		server.go#L1780: 	if err := f.ForeachSetting(sc.processSetting); err != nil {
		transport.go#L2860: 	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 {