google.golang.org/grpc/internal/transport.channelzData.lastStreamCreatedTime (field)

5 uses

	google.golang.org/grpc/internal/transport (current package)
		http2_client.go#L623: 				atomic.StoreInt64(&t.czData.lastStreamCreatedTime, time.Now().UnixNano())
		http2_client.go#L1444: 		LastLocalStreamCreatedTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastStreamCreatedTime)),
		http2_server.go#L412: 		atomic.StoreInt64(&t.czData.lastStreamCreatedTime, time.Now().UnixNano())
		http2_server.go#L1219: 		LastRemoteStreamCreatedTimestamp: time.Unix(0, atomic.LoadInt64(&t.czData.lastStreamCreatedTime)),
		transport.go#L788: 	lastStreamCreatedTime int64