Fix for x86_64 build fail
[platform/upstream/connectedhomeip.git] / third_party / pigweed / repo / pw_protobuf / decoding.rst
1 .. _module-pw_protobuf-decoding:
2
3 --------
4 Decoding
5 --------
6
7 Size report
8 ===========
9
10 Full size report
11 ^^^^^^^^^^^^^^^^
12
13 This report demonstrates the size of using the entire decoder with all of its
14 decode methods and a decode callback for a proto message containing each of the
15 protobuf field types.
16
17 .. include:: size_report/decoder_full
18
19
20 Incremental size report
21 ^^^^^^^^^^^^^^^^^^^^^^^
22
23 This report is generated using the full report as a base and adding some int32
24 fields to the decode callback to demonstrate the incremental cost of decoding
25 fields in a message.
26
27 .. include:: size_report/decoder_incremental