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:25
fxcrt::WideString
Definition
widestring.h:28
fxcrt
Definition
stl_util.h:17
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
[33]
Definition
src_corelib_tools_qhash.cpp:421
qtwebengine
src
3rdparty
chromium
third_party
pdfium
core
fxcrt
string_test_support.cpp
Generated on
for Qt by
1.14.0