Searched refs:pb_dec_varint (Results 1 – 2 of 2) sorted by relevance
114 TEST(pb_dec_varint(&s, &f, &d) && d == 1) in main()119 TEST(pb_dec_varint(&s, &f, &d) && (d == 0xFF || d == 0xFF000000)) in main()
49 static bool checkreturn pb_dec_varint(pb_istream_t *stream, const pb_field_t *field, void *dest);64 &pb_dec_varint,1034 static bool checkreturn pb_dec_varint(pb_istream_t *stream, const pb_field_t *field, void *dest) in pb_dec_varint() function