chromium/net/third_party/quiche/src/quiche/http2/test_tools/hpack_example.cc

// Copyright 2016 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include "quiche/http2/test_tools/hpack_example.h"

#include <ctype.h>

#include <string>

#include "absl/strings/escaping.h"
#include "absl/strings/str_cat.h"
#include "quiche/common/platform/api/quiche_bug_tracker.h"
#include "quiche/common/platform/api/quiche_logging.h"

namespace http2 {
namespace test {
namespace {

void HpackExampleToStringOrDie(absl::string_view example, std::string* output) {}

}  // namespace

std::string HpackExampleToStringOrDie(absl::string_view example) {}

}  // namespace test
}  // namespace http2