chromium/third_party/grpc/src/src/core/lib/debug/stats_data.cc

// Copyright 2017 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_stats_data.py

#include <grpc/support/port_platform.h>

#include "src/core/lib/debug/stats_data.h"

#include <stdint.h>

namespace grpc_core {
namespace {
DblUint;
}  // namespace
void HistogramCollector_65536_26::Collect(Histogram_65536_26* result) const {}
Histogram_65536_26 operator-(const Histogram_65536_26& left,
                             const Histogram_65536_26& right) {}
void HistogramCollector_16777216_20::Collect(
    Histogram_16777216_20* result) const {}
Histogram_16777216_20 operator-(const Histogram_16777216_20& left,
                                const Histogram_16777216_20& right) {}
void HistogramCollector_80_10::Collect(Histogram_80_10* result) const {}
Histogram_80_10 operator-(const Histogram_80_10& left,
                          const Histogram_80_10& right) {}
const absl::string_view
    GlobalStats::counter_name[static_cast<int>(Counter::COUNT)] =;
const absl::string_view GlobalStats::counter_doc[static_cast<int>(
    Counter::COUNT)] =;
const absl::string_view GlobalStats::histogram_name[static_cast<int>(
    Histogram::COUNT)] =;
const absl::string_view GlobalStats::histogram_doc[static_cast<int>(
    Histogram::COUNT)] =;
namespace {
const int kStatsTable0[27] =;
const uint8_t kStatsTable1[29] =;
const int kStatsTable2[21] =;
const uint8_t kStatsTable3[23] =;
const int kStatsTable4[11] =;
const uint8_t kStatsTable5[9] =;
}  // namespace
int Histogram_65536_26::BucketFor(int value) {}
int Histogram_16777216_20::BucketFor(int value) {}
int Histogram_80_10::BucketFor(int value) {}
GlobalStats::GlobalStats()
    :{}
HistogramView GlobalStats::histogram(Histogram which) const {}
std::unique_ptr<GlobalStats> GlobalStatsCollector::Collect() const {}
std::unique_ptr<GlobalStats> GlobalStats::Diff(const GlobalStats& other) const {}
}  // namespace grpc_core