// 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/decoder/frame_decoder_state.h" namespace http2 { DecodeStatus FrameDecoderState::ReadPadLength(DecodeBuffer* db, bool report_pad_length) { … } bool FrameDecoderState::SkipPadding(DecodeBuffer* db) { … } DecodeStatus FrameDecoderState::ReportFrameSizeError() { … } } // namespace http2