/nanopb-3.4.0/tests/decode_unittests/ |
D | decode_unittests.c | 76 pb_istream_t s; in main() local 95 pb_istream_t s; in main() local 111 pb_istream_t s; in main() local 121 pb_istream_t s; in main() local 130 pb_istream_t s = S("\x01\x00"); in main() local 148 pb_istream_t s; in main() local 164 pb_istream_t s; in main() local 180 pb_istream_t s; in main() local 196 pb_istream_t s; in main() local 211 pb_istream_t s; in main() local [all …]
|
/nanopb-3.4.0/tests/enum_sizes/ |
D | enumsizes_unittests.c | 26 pb_ostream_t s = pb_ostream_from_buffer(buf, sizeof(buf)); in main() local 33 pb_istream_t s = pb_istream_from_buffer(buf, msgsize); in main() local 48 pb_ostream_t s = pb_ostream_from_buffer(buf, sizeof(buf)); in main() local 55 pb_istream_t s = pb_istream_from_buffer(buf, msgsize); in main() local
|
/nanopb-3.4.0/tests/encode_unittests/ |
D | encode_unittests.c | 77 pb_ostream_t s; in main() local 90 pb_ostream_t s; in main() local 112 pb_ostream_t s; in main() local 135 pb_ostream_t s; in main() local 144 pb_ostream_t s; in main() local 164 pb_ostream_t s; in main() local 174 pb_ostream_t s; in main() local 211 pb_ostream_t s; in main() local 241 pb_ostream_t s; in main() local 254 pb_ostream_t s; in main() local [all …]
|
/nanopb-3.4.0/tests/fuzztest/ |
D | random_data.c | 62 size_t s; in rand_len() local 146 int s = rand_int(0, count - 1); in rand_mess() local 162 int s = rand_int(0, count - 2); in rand_mess() local 169 int s = rand_int(0, count - 1); in rand_mess() local 184 size_t s = rand_fill_protobuf(tmp, rand_len(max_size), bufsize - *msglen, 1000); in rand_protobuf_noise() local 193 … size_t s = rand_fill_protobuf(buffer + *msglen, rand_len(max_size), bufsize - *msglen, 1000); in rand_protobuf_noise() local
|
/nanopb-3.4.0/ |
D | pb_decode.h | 105 #define pb_decode_noinit(s,f,d) pb_decode_ex(s,f,d, PB_DECODE_NOINIT) argument 106 #define pb_decode_delimited(s,f,d) pb_decode_ex(s,f,d, PB_DECODE_DELIMITED) argument 107 #define pb_decode_delimited_noinit(s,f,d) pb_decode_ex(s,f,d, PB_DECODE_DELIMITED | PB_DECODE_NOINI… argument 108 #define pb_decode_nullterminated(s,f,d) pb_decode_ex(s,f,d, PB_DECODE_NULLTERMINATED) argument
|
D | pb_encode.h | 86 #define pb_encode_delimited(s,f,d) pb_encode_ex(s,f,d, PB_ENCODE_DELIMITED) argument 87 #define pb_encode_nullterminated(s,f,d) pb_encode_ex(s,f,d, PB_ENCODE_NULLTERMINATED) argument
|
D | pb_common.c | 336 const pb_byte_t *s = (const pb_byte_t*)str; in pb_validate_utf8() local
|
/nanopb-3.4.0/spm_headers/nanopb/ |
D | pb_decode.h | 105 #define pb_decode_noinit(s,f,d) pb_decode_ex(s,f,d, PB_DECODE_NOINIT) argument 106 #define pb_decode_delimited(s,f,d) pb_decode_ex(s,f,d, PB_DECODE_DELIMITED) argument 107 #define pb_decode_delimited_noinit(s,f,d) pb_decode_ex(s,f,d, PB_DECODE_DELIMITED | PB_DECODE_NOINI… argument 108 #define pb_decode_nullterminated(s,f,d) pb_decode_ex(s,f,d, PB_DECODE_NULLTERMINATED) argument
|
D | pb_encode.h | 86 #define pb_encode_delimited(s,f,d) pb_encode_ex(s,f,d, PB_ENCODE_DELIMITED) argument 87 #define pb_encode_nullterminated(s,f,d) pb_encode_ex(s,f,d, PB_ENCODE_NULLTERMINATED) argument
|
/nanopb-3.4.0/tests/regression/issue_166/ |
D | enum_encoded_size.c | 14 pb_ostream_t s; in main() local
|
/nanopb-3.4.0/extra/ |
D | pb_syshdr.h | 80 static size_t strlen( const char * s ) in strlen() 101 static void * memset( void * s, int c, size_t n ) in memset()
|
/nanopb-3.4.0/tests/intsizes/ |
D | intsizes_unittests.c | 121 pb_ostream_t s = pb_ostream_from_buffer(buffer, sizeof(buffer)); in main() local
|
/nanopb-3.4.0/tests/regression/issue_141/ |
D | testproto.proto | 34 required string s = 3 [(nanopb).max_length = 32]; field
|