Home
last modified time | relevance | path

Searched full:id (Results 1 – 16 of 16) sorted by relevance

/nanopb-3.4.0/docs/
Dgenerator_flow.svg15 id="svg1901"
21 id="defs1903">
24 id="linearGradient15568">
28 id="stop15570" />
32 id="stop15572" />
36 id="linearGradient15558">
40 id="stop15560" />
44 id="stop15562" />
48 id="linearGradient13629">
52 id="stop13631" />
[all …]
Dfeedback.html1 <div id="feedback_link">
4 <div id="feedback">
8 <label id="url_label" for="url">Type "human" in this box:</label>
9 <input type="text" name="url" id="url" value=""></input><br />
DMakefile6 echo '<div id="index">' > $@
Dreference.md49 * `msgid`: Specifies a unique id for this message type. Can be used by user code as an identifier.
/nanopb-3.4.0/docs/logo/
Dlogo.svg15 id="svg1901"
24 id="base"
47 id="grid4748"
54 id="defs1903">
56 id="linearGradient4822">
58 id="stop4824"
62 id="stop4826"
68 id="linearGradient4810">
72 id="stop4812" />
76 id="stop4814" />
[all …]
/nanopb-3.4.0/tests/regression/issue_195/
Dtest.proto2 required uint32 id = 1; field
6 required uint32 id = 1; field
/nanopb-3.4.0/tests/extra_fields/
Dperson_with_extra_field.expected2 id: 99
/nanopb-3.4.0/tests/common/
Dperson.proto7 required int32 id = 2; field
/nanopb-3.4.0/tests/basic_stream/
Ddecode_stream.c23 printf("id: %ld\n", (long)person.id); in print_person()
/nanopb-3.4.0/tests/stackusage/
Dstackusage.proto35 uint32 id = 1; field
Dstackusage.c51 msg.settings.id = 1; in do_encode()
/nanopb-3.4.0/tests/basic_buffer/
Ddecode_buffer.c27 printf("id: %ld\n", (long)person.id); in print_person()
/nanopb-3.4.0/.github/workflows/
Dcifuzz.yml11 id: build
/nanopb-3.4.0/tests/msgid/
Ddecode_msgid.c91 #define PB_MSG(id,len,name) case id: status = handle_ ## name(&stream); break; in main() argument
Dencode_msgid.c10 /* This function writes the message id as a prefix to the message, allowing
/nanopb-3.4.0/generator/
Dnanopb_generator.py1602 optional_only.name += str(id(self))