chromium/third_party/grpc/src/src/core/lib/experiments/experiments.cc

// Copyright 2022 gRPC authors.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//     http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Automatically generated by tools/codegen/core/gen_experiments.py

#include <grpc/support/port_platform.h>

#include "src/core/lib/experiments/experiments.h"

#ifndef GRPC_EXPERIMENTS_ARE_FINAL
namespace {
const char* const description_tcp_frame_size_tuning =;
const char* const description_tcp_rcv_lowat =;
const char* const description_peer_state_based_framing =;
const char* const description_flow_control_fixes =;
const char* const description_memory_pressure_controller =;
const char* const description_unconstrained_max_quota_buffer_size =;
const char* const description_event_engine_client =;
const char* const description_monitoring_experiment =;
const char* const description_promise_based_client_call =;
const char* const description_free_large_allocator =;
const char* const description_promise_based_server_call =;
const char* const description_transport_supplies_client_latency =;
const char* const description_event_engine_listener =;
const char* const description_schedule_cancellation_over_write =;
const char* const description_trace_record_callops =;
}  // namespace

namespace grpc_core {

const ExperimentMetadata g_experiment_metadata[] =;

}  // namespace grpc_core
#endif