chromium/components/zucchini/io_utils.cc

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

#include "components/zucchini/io_utils.h"

#include <iostream>

namespace zucchini {

/******** LimitedOutputStream::StreamBuf ********/

LimitedOutputStream::StreamBuf::StreamBuf(std::ostream& os, int limit)
    :{}

LimitedOutputStream::StreamBuf::~StreamBuf() {}

int LimitedOutputStream::StreamBuf::sync() {}

/******** LimitedOutputStream ********/

LimitedOutputStream::LimitedOutputStream(std::ostream& os, int limit)
    :{}

/******** PrefixSep ********/

std::ostream& operator<<(std::ostream& ostr, PrefixSep& obj) {}

}  // namespace zucchini