Home
last modified time | relevance | path

Searched refs:settings (Results 1 – 8 of 8) sorted by relevance

/nanopb-3.4.0/tests/stackusage/
Dstackusage.c51 msg.settings.id = 1; in do_encode()
52 strcpy(msg.settings.name, "abcd"); in do_encode()
53 msg.settings.en = true; in do_encode()
54 msg.settings.has_begin = true; in do_encode()
55 msg.settings.begin.label = 1234; in do_encode()
56 msg.settings.begin.properties_count = 1; in do_encode()
57 msg.settings.begin.properties[0].which_field = Property_DeviceA_Mode_tag; in do_encode()
58 msg.settings.begin.properties[0].field.DeviceA_Mode = 2; in do_encode()
74 assert(msg.settings.begin.properties[0].field.DeviceA_Mode == 2); in do_decode()
Dstackusage.proto43 Settings settings = 1; field
/nanopb-3.4.0/
Dconanfile.py10 settings = "os_build", "compiler", "build_type", "arch" variable in NanoPbConan
21 if self.settings.os_build == "Windows" and self.settings.compiler == "Visual Studio":
DCHANGELOG.txt500 Add a section in top of pb.h for changing compilation settings (issue 76)
/nanopb-3.4.0/examples/conan_dependency/
Dconanfile.py7 settings = "os", "compiler", "build_type", "arch" variable in SimpleProtosConan
/nanopb-3.4.0/tests/
DSConstruct40 # If a cross compilation platform is given, apply the environment settings
/nanopb-3.4.0/docs/
Dreference.md27 The `PB_MAX_REQUIRED_FIELDS` and `PB_FIELD_32BIT` settings allow
62 This only makes sense for settings that apply to a whole file.
/nanopb-3.4.0/generator/
Dnanopb_generator.py2339 for s in options.settings: