Home
last modified time | relevance | path

Searched refs:includes (Results 1 – 7 of 7) sorted by relevance

/nanopb-3.4.0/tests/regression/issue_195/
DSConscript1 # Regression test for Issue 195: Message size not calculated if a submessage includes
/nanopb-3.4.0/tests/regression/issue_172/
DSConscript2 # includes from another directory.
/nanopb-3.4.0/extra/bazel/
Dnanopb_cc_proto_library.bzl60 includes = [name_pb],
/nanopb-3.4.0/generator/proto/
Dnanopb.proto136 // Automatic includes to exclude from generated `.pb.h`
/nanopb-3.4.0/generator/
Dnanopb_generator.py1868 def generate_header(self, includes, headername, options): argument
1902 for incfile in includes:
2421 includes = [d for d in f.fdesc.dependency if d not in excludes]
2423 headerdata = ''.join(f.generate_header(includes, headerbasename, options))
/nanopb-3.4.0/docs/
Dreference.md12 includes nanopb headers.
40 * `max_size`: Allocated maximum size for `bytes` and `string` fields. For strings, this includes th…
Dmigration.md198 **Changes:** `pb.h` now includes `limits.h` for this macro.