chromium/third_party/pdfium/third_party/bigint/BigUnsignedInABase.cc

// Copyright 2014 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 by Matt McCutchen, see the LICENSE file.

#include "BigUnsignedInABase.hh"

BigUnsignedInABase::BigUnsignedInABase(const Digit *d, Index l, Base base)
	:{}

namespace {
	unsigned int bitLen(unsigned int x) {}
	unsigned int ceilingDiv(unsigned int a, unsigned int b) {}
}

BigUnsignedInABase::BigUnsignedInABase(const BigUnsigned &x, Base base) {}

operator BigUnsigned()

BigUnsignedInABase::BigUnsignedInABase(const std::string &s, Base base) {}

operator basic_string()