chromium/third_party/pdfium/testing/command_line_helpers.cpp

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

#include "testing/command_line_helpers.h"

bool ParseSwitchKeyValue(const std::string& arg,
                         const std::string& key,
                         std::string* value) {}

FPDF_RENDERER_TYPE GetDefaultRendererType() {}