Home
last modified time | relevance | path

Searched refs:pb_istream_from_buffer (Results 1 – 25 of 53) sorted by relevance

123

/nanopb-2.7.6/tests/regression/issue_259/
Dcallback_pointer.c13 pb_istream_t stream = pb_istream_from_buffer(msgdata, sizeof(msgdata)); in main()
20 pb_istream_t stream = pb_istream_from_buffer(msgdata, sizeof(msgdata)); in main()
/nanopb-2.7.6/tests/missing_fields/
Dmissing_fields.c30 pb_istream_t stream = pb_istream_from_buffer(buffer, size); in main()
42 pb_istream_t stream = pb_istream_from_buffer(buffer, size); in main()
/nanopb-2.7.6/tests/fixed_count/
Dfixed_count_unittests.c31 istream = pb_istream_from_buffer(buffer, message_length); in main()
45 stream = pb_istream_from_buffer(input, 6); in main()
49 stream = pb_istream_from_buffer(input, 8); in main()
53 stream = pb_istream_from_buffer(input, 4); in main()
80 istream = pb_istream_from_buffer(buffer, message_length); in main()
130 istream = pb_istream_from_buffer(buffer, message_length); in main()
/nanopb-2.7.6/tests/any_type/
Ddecode_any.c20 stream = pb_istream_from_buffer(buffer, count); in main()
36 stream = pb_istream_from_buffer(msg.details.value.bytes, msg.details.value.size); in main()
/nanopb-2.7.6/tests/inline/
Dinline_unittests.c24 pb_istream_t istream = pb_istream_from_buffer(msg1_buffer, Message1_size); in main()
45 pb_istream_t istream = pb_istream_from_buffer(msg2_buffer, Message2_size); in main()
63 istream = pb_istream_from_buffer(msg2_buffer, ostream.bytes_written); in main()
/nanopb-2.7.6/tests/regression/issue_647/
Drepro.c11 pb_istream_t stream = pb_istream_from_buffer(data, sizeof(data)); in main()
/nanopb-2.7.6/tests/regression/issue_617/
Dtest_oneof.c15 pb_istream_t stream = pb_istream_from_buffer(input_data, sizeof(input_data)); in main()
/nanopb-2.7.6/tests/float_double_conversion/
Dfloat_double_conversion.c59 pb_istream_t stream = pb_istream_from_buffer(buf, msglen); in main()
73 pb_istream_t stream = pb_istream_from_buffer(buf, msglen); in main()
/nanopb-2.7.6/tests/mem_release/
Dmem_release.c82 stream = pb_istream_from_buffer(buffer, msgsize); in test_TestMessage()
178 pb_istream_t stream = pb_istream_from_buffer(buffer, msgsize); in test_OneofMessage()
218 pb_istream_t stream = pb_istream_from_buffer(buffer, msgsize); in test_Garbage()
224 pb_istream_t stream = pb_istream_from_buffer(buffer, msgsize); in test_Garbage()
230 pb_istream_t stream = pb_istream_from_buffer(buffer, msgsize); in test_Garbage()
/nanopb-2.7.6/tests/enum_sizes/
Denumsizes_unittests.c33 pb_istream_t s = pb_istream_from_buffer(buf, msgsize); in main()
55 pb_istream_t s = pb_istream_from_buffer(buf, msgsize); in main()
/nanopb-2.7.6/examples/cmake_simple/
Dsimple.c53 pb_istream_t stream = pb_istream_from_buffer(buffer, message_length); in main()
/nanopb-2.7.6/examples/simple/
Dsimple.c53 pb_istream_t stream = pb_istream_from_buffer(buffer, message_length); in main()
/nanopb-2.7.6/examples/cmake_relpath/
Dsimple.c54 pb_istream_t stream = pb_istream_from_buffer(buffer, message_length); in main()
/nanopb-2.7.6/tests/regression/issue_376/
Dtest_fixarray.c29 pb_istream_t stream = pb_istream_from_buffer(buffer, msglen); in main()
/nanopb-2.7.6/tests/regression/issue_558/
Dmixed.c32 pb_istream_t istream = pb_istream_from_buffer(buf, msglen); in main()
/nanopb-2.7.6/tests/oneof/
Ddecode_oneof.c117 stream = pb_istream_from_buffer(buffer, count); in main()
123 stream = pb_istream_from_buffer(buffer, count); in main()
/nanopb-2.7.6/tests/regression/issue_229/
Dmultiple_oneof.c24 pb_istream_t stream = pb_istream_from_buffer(buf, msglen); in main()
/nanopb-2.7.6/tests/regression/issue_363/
Dtest_oneofmsg.c30 pb_istream_t stream = pb_istream_from_buffer(buffer, msglen); in main()
/nanopb-2.7.6/tests/regression/issue_256/
Dsubmsg_array.c25 pb_istream_t istream = pb_istream_from_buffer(buffer, ostream.bytes_written); in main()
/nanopb-2.7.6/tests/proto3_optional/
Doptional.c28 pb_istream_t stream = pb_istream_from_buffer(buf, msglen); in main()
/nanopb-2.7.6/tests/basic_buffer/
Ddecode_buffer.c78 stream = pb_istream_from_buffer(buffer, count); in main()
/nanopb-2.7.6/tests/regression/issue_342/
Dtest_extensions.c39 pb_istream_t stream = pb_istream_from_buffer(buffer, msglen); in main()
/nanopb-2.7.6/tests/extensions/
Ddecode_extensions.c28 stream = pb_istream_from_buffer(buffer, count); in main()
/nanopb-2.7.6/tests/map/
Ddecode_map.c44 pb_istream_t stream = pb_istream_from_buffer(buffer, count); in main()
/nanopb-2.7.6/tests/regression/issue_544/
Dsubmsg_callback.c45 pb_istream_t istream = pb_istream_from_buffer(buf, msglen); in main()

123