Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 9 of 9) sorted by relevance

/nanopb-3.4.0/
DPackage.swift37 dependencies: [
50 dependencies: [
DREADME.md45 dependencies, including Python, python-protobuf library and protoc. If you are
47 Python separately. Once you have Python, you can install the other dependencies
DCHANGELOG.txt32 Fix regression in 0.4.3 where generator did not find all dependencies (#720)
79 Make generator consider dependencies recursively (#610)
472 Create binary packages of the generator + dependencies (issue 47)
/nanopb-3.4.0/extra/poetry/
Dpyproject.toml19 [tool.poetry.dependencies]
24 [tool.poetry.dev-dependencies]
/nanopb-3.4.0/tests/regression/issue_524/
DSConscript2 # Generator fails to find dependencies from another package namespace
/nanopb-3.4.0/generator/
Dnanopb_generator.py894 def data_size(self, dependencies): argument
908 if str(self.submsgname) in dependencies:
909 … other_dependencies = dict(x for x in dependencies.items() if x[0] != str(self.struct_name))
910 size = dependencies[str(self.submsgname)].data_size(other_dependencies)
943 def encoded_size(self, dependencies): argument
953 if str(self.submsgname) in dependencies:
954 submsg = dependencies[str(self.submsgname)]
955 … other_dependencies = dict(x for x in dependencies.items() if x[0] != str(self.struct_name))
958 my_msg = dependencies.get(str(self.struct_name))
989 if str(self.ctype) in dependencies:
[all …]
/nanopb-3.4.0/docs/
Dindex.md132 provide the dependencies. You may have to edit it a bit to suit your
137 custom include file, which should provide all the dependencies listed
155 Easiest way to install dependencies is to use the Python package manager
Dmigration.md106 dropping support for it, which makes installing dependencies difficult.
116 necessary dependencies are installed for it. For example `pip3 install protobuf grpcio-tools`
122 `Could not import the Google protobuf Python libraries` if dependencies are only installed for Pyth…
/nanopb-3.4.0/extra/
DFindNanopb.cmake17 # NANOPB_DEPENDS - List of files to be used as dependencies
233 # If the dependencies are options files, we need to pass the directories