chromium/third_party/pdfium/core/fpdfapi/parser/cpdf_boolean.cpp

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

// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com

#include "core/fpdfapi/parser/cpdf_boolean.h"

#include "core/fxcrt/fx_stream.h"

CPDF_Boolean::CPDF_Boolean() = default;

CPDF_Boolean::CPDF_Boolean(bool value) :{}

CPDF_Boolean::~CPDF_Boolean() = default;

CPDF_Object::Type CPDF_Boolean::GetType() const {}

RetainPtr<CPDF_Object> CPDF_Boolean::Clone() const {}

ByteString CPDF_Boolean::GetString() const {}

int CPDF_Boolean::GetInteger() const {}

void CPDF_Boolean::SetString(const ByteString& str) {}

CPDF_Boolean* CPDF_Boolean::AsMutableBoolean() {}

bool CPDF_Boolean::WriteTo(IFX_ArchiveStream* archive,
                           const CPDF_Encryptor* encryptor) const {}