Home | History | Annotate | Download | only in decode_unittests

Lines Matching refs:COMMENT

49         COMMENT("Test pb_read and pb_istream_t");
63 COMMENT("Test pb_read with custom callback");
78 COMMENT("Test pb_decode_varint");
92 COMMENT("Test pb_skip_varint");
102 COMMENT("Test pb_skip_string")
113 COMMENT("Test pb_dec_varint using uint32_t")
127 COMMENT("Test pb_dec_svarint using int32_t")
139 COMMENT("Test pb_dec_svarint using uint64_t")
151 COMMENT("Test pb_dec_fixed32 using float (failures here may be caused by imperfect rounding)")
163 COMMENT("Test pb_dec_fixed64 using double (failures here may be caused by imperfect rounding)")
174 COMMENT("Test pb_dec_bytes")
195 COMMENT("Test pb_dec_string")
205 COMMENT("Testing pb_decode with repeated int32 field")
219 COMMENT("Testing pb_decode with packed int32 field")
237 COMMENT("Testing pb_decode with unknown fields")
256 COMMENT("Testing pb_decode with callbacks")
284 COMMENT("Testing pb_decode message termination")
296 COMMENT("Testing pb_decode_delimited")