Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
string_test_support.cpp
Go to the documentation of this file.
1
// Copyright 2023 The PDFium Authors
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#
include
<
ostream
>
6
7
#
include
"core/fxcrt/bytestring.h"
8
#
include
"core/fxcrt/widestring.h"
9
10
namespace
fxcrt
{
11
12
void
PrintTo
(
const
ByteString
& str,
std
::ostream* os) {
13
*os << str;
14
}
15
16
void
PrintTo
(
const
WideString
& str,
std
::ostream* os) {
17
*os << str;
18
}
19
20
}
// namespace fxcrt
fxcrt::ByteString
Definition
bytestring.h:32
fxcrt::WideString
Definition
widestring.h:33
fxcrt
Definition
span_util.h:14
fxcrt::PrintTo
void PrintTo(const ByteString &str, std::ostream *os)
Definition
string_test_support.cpp:12
fxcrt::PrintTo
void PrintTo(const WideString &str, std::ostream *os)
Definition
string_test_support.cpp:16
std
Definition
qfloat16.h:493
qtwebengine
src
3rdparty
chromium
third_party
pdfium
core
fxcrt
string_test_support.cpp
Generated on Wed Nov 13 2024 00:59:01 for Qt by
1.12.0