Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
yangql
googletest
Commits
6882aa09
Commit
6882aa09
authored
Feb 27, 2023
by
Phoebe Liang
Committed by
Copybara-Service
Feb 27, 2023
Browse files
Reorder printers list.
PiperOrigin-RevId: 512708763 Change-Id: I1f24f2e1d17359aee5aa4cdf614c9357872ca03b
parent
2ce822ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
googletest/include/gtest/gtest-printers.h
googletest/include/gtest/gtest-printers.h
+3
-2
No files found.
googletest/include/gtest/gtest-printers.h
View file @
6882aa09
...
@@ -306,9 +306,10 @@ template <typename T>
...
@@ -306,9 +306,10 @@ template <typename T>
void
PrintWithFallback
(
const
T
&
value
,
::
std
::
ostream
*
os
)
{
void
PrintWithFallback
(
const
T
&
value
,
::
std
::
ostream
*
os
)
{
using
Printer
=
typename
FindFirstPrinter
<
using
Printer
=
typename
FindFirstPrinter
<
T
,
void
,
ContainerPrinter
,
FunctionPointerPrinter
,
PointerPrinter
,
T
,
void
,
ContainerPrinter
,
FunctionPointerPrinter
,
PointerPrinter
,
ProtobufPrinter
,
internal_stream_operator_without_lexical_name_lookup
::
StreamPrinter
,
internal_stream_operator_without_lexical_name_lookup
::
StreamPrinter
,
Protobuf
Printer
,
ConvertibleTo
Integer
Printer
,
ConvertibleToInteger
Printer
,
ConvertibleTo
StringView
Printer
,
ConvertibleToStringViewPrinter
,
RawBytesPrinter
,
FallbackPrinter
>::
type
;
RawBytesPrinter
,
FallbackPrinter
>::
type
;
Printer
::
PrintValue
(
value
,
os
);
Printer
::
PrintValue
(
value
,
os
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment