Home
last modified time | relevance | path

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

/nanopb-2.7.6/tests/regression/issue_195/
DSConscript1 # Regression test for Issue 195: Message size not calculated if a submessage includes
/nanopb-2.7.6/tests/regression/issue_172/
DSConscript2 # includes from another directory.
/nanopb-2.7.6/generator/proto/
Dnanopb.proto136 // Automatic includes to exlude from generated `.pb.h`
/nanopb-2.7.6/generator/
Dnanopb_generator.py1691 def generate_header(self, includes, headername, options): argument
1725 for incfile in includes:
2156 includes = [d for d in f.fdesc.dependency if d not in excludes]
2158 headerdata = ''.join(f.generate_header(includes, headerbasename, options))
/nanopb-2.7.6/extra/
DFindNanopb.cmake269 …message(FATAL_ERROR "Your path includes a ':' character used as an option separator for nanopb. Up…
/nanopb-2.7.6/docs/
Dreference.md11 includes nanopb headers.
35 * `max_size`: Allocated maximum size for `bytes` and `string` fields. For strings, this includes th…
Dmigration.md141 **Changes:** `pb.h` now includes `limits.h` for this macro.