Chromium Code Reviews
DescriptionC++ Bindings: Remove 'inline' arg from generated union serialization functions.
Previous to this CL, you could serialize a union 'inline' or
'out of line'. This is never useful (you always want to serialize
'inline', and the serialization routine will serialize 'out of line'
when it tries to serialize a union inside a union) outside of unittests,
and is never expected to be used by a user of the serialization API.
This CL basically removes this argument from GetSerializedSize_() and
SerializeUnion_(), and updates its consumers.
R=azani@chromium.org, viettrungluu@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/b26cde572364fbb2d0a3fb8368fed8ab05afaa8d
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||