Searched refs:checkreturn (Results 1 – 4 of 4) sorted by relevance
/external/nanopb-c/ |
D | pb_encode.c | 15 #define checkreturn macro 17 #define checkreturn __attribute__((warn_unused_result)) macro 23 …f bool (*pb_encoder_t)(pb_ostream_t *stream, const pb_field_t *field, const void *src) checkreturn; typedef 25 static bool checkreturn buf_write(pb_ostream_t *stream, const pb_byte_t *buf, size_t count); 26 static bool checkreturn encode_array(pb_ostream_t *stream, const pb_field_t *field, const void *pDa… 27 static bool checkreturn encode_field(pb_ostream_t *stream, const pb_field_t *field, const void *pDa… 28 static bool checkreturn default_extension_encoder(pb_ostream_t *stream, const pb_extension_t *exten… 29 static bool checkreturn encode_extension_field(pb_ostream_t *stream, const pb_field_t *field, const… 31 static bool checkreturn pb_enc_varint(pb_ostream_t *stream, const pb_field_t *field, const void *sr… 32 static bool checkreturn pb_enc_uvarint(pb_ostream_t *stream, const pb_field_t *field, const void *s… [all …]
|
D | pb_decode.c | 11 #define checkreturn macro 13 #define checkreturn __attribute__((warn_unused_result)) macro 24 typedef bool (*pb_decoder_t)(pb_istream_t *stream, const pb_field_t *field, void *dest) checkreturn; typedef 26 static bool checkreturn buf_read(pb_istream_t *stream, pb_byte_t *buf, size_t count); 27 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, pb_byte_t *b… 28 static bool checkreturn decode_static_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_fiel… 29 static bool checkreturn decode_callback_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_fi… 30 static bool checkreturn decode_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_field_iter_… 32 static bool checkreturn default_extension_decoder(pb_istream_t *stream, pb_extension_t *extension, … 33 static bool checkreturn decode_extension(pb_istream_t *stream, uint32_t tag, pb_wire_type_t wire_ty… [all …]
|
/external/grpc-grpc/third_party/nanopb/ |
D | pb_encode.c | 15 #define checkreturn macro 17 #define checkreturn __attribute__((warn_unused_result)) macro 23 …f bool (*pb_encoder_t)(pb_ostream_t *stream, const pb_field_t *field, const void *src) checkreturn; typedef 25 static bool checkreturn buf_write(pb_ostream_t *stream, const pb_byte_t *buf, size_t count); 26 static bool checkreturn encode_array(pb_ostream_t *stream, const pb_field_t *field, const void *pDa… 27 static bool checkreturn encode_field(pb_ostream_t *stream, const pb_field_t *field, const void *pDa… 28 static bool checkreturn default_extension_encoder(pb_ostream_t *stream, const pb_extension_t *exten… 29 static bool checkreturn encode_extension_field(pb_ostream_t *stream, const pb_field_t *field, const… 30 static bool checkreturn pb_enc_varint(pb_ostream_t *stream, const pb_field_t *field, const void *sr… 31 static bool checkreturn pb_enc_uvarint(pb_ostream_t *stream, const pb_field_t *field, const void *s… [all …]
|
D | pb_decode.c | 11 #define checkreturn macro 13 #define checkreturn __attribute__((warn_unused_result)) macro 24 typedef bool (*pb_decoder_t)(pb_istream_t *stream, const pb_field_t *field, void *dest) checkreturn; typedef 26 static bool checkreturn buf_read(pb_istream_t *stream, pb_byte_t *buf, size_t count); 27 static bool checkreturn pb_decode_varint32(pb_istream_t *stream, uint32_t *dest); 28 static bool checkreturn read_raw_value(pb_istream_t *stream, pb_wire_type_t wire_type, pb_byte_t *b… 29 static bool checkreturn decode_static_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_fiel… 30 static bool checkreturn decode_callback_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_fi… 31 static bool checkreturn decode_field(pb_istream_t *stream, pb_wire_type_t wire_type, pb_field_iter_… 33 static bool checkreturn default_extension_decoder(pb_istream_t *stream, pb_extension_t *extension, … [all …]
|