/nanopb-2.7.6/.github/workflows/ |
D | cifuzz.yml | 1 name: CIFuzz 20 - name: Build Fuzzers 24 oss-fuzz-project-name: 'nanopb' 27 - name: Run Fuzzers 30 oss-fuzz-project-name: 'nanopb' 34 - name: Upload Crash 38 name: artifacts
|
D | spm.yml | 1 name: spm 12 - name: Build 14 - name: Run
|
/nanopb-2.7.6/tests/package_name/ |
D | SConscript | 2 # a package name. 8 placeholder = '// package name placeholder' 21 '''Add package name to type names in .c file.''' 26 for name in type_names: 27 data = data.replace(name, 'test_package_' + name)
|
/nanopb-2.7.6/ |
D | Package.swift | 7 name: "nanopb", 10 name: "nanopb", 17 name: "nanopb", 36 name: "swift-test", 49 name: "objc-test",
|
D | library.json | 2 "name": "Nanopb", string 11 "name": "Petteri Aimonen", string
|
D | WORKSPACE | 1 workspace(name = "com_github_nanopb_nanopb")
|
D | BUILD.bazel | 8 name = "nanopb",
|
/nanopb-2.7.6/tests/package_name_nanopb/ |
D | SConscript | 2 # a package name using the (nanopb_fileopt).package option. 8 placeholder = '// package name placeholder' 23 '''Add package name to type names in .c file.''' 28 for name in type_names: 29 data = data.replace(name, 'test_package_' + name)
|
/nanopb-2.7.6/tools/ |
D | make_windows_package.sh | 39 find $DEST -name '*.c' -o -name '*.h' -o -name '*.txt' \ 40 -o -name '*.proto' -o -name '*.py' -o -name '*.options' \
|
/nanopb-2.7.6/docs/ |
D | feedback.html | 7 <input type="hidden" name="page" value="doc_page_name_placeholder" /> 9 <input type="text" name="url" id="url" value=""></input><br /> 10 <textarea rows="8" name="message" cols="55"></textarea> 12 <input type="submit" name="btn_send" value="Send" />
|
/nanopb-2.7.6/tests/special_characters/ |
D | SConscript | 5 env.NanopbProto("funny-proto+name has.characters.proto") 6 env.Object("funny-proto+name has.characters.pb.c")
|
/nanopb-2.7.6/tests/regression/issue_380/ |
D | SConscript | 2 # mangle_names:M_STRIP_PACKAGE is broken when message name (partially) 3 # matches package name
|
/nanopb-2.7.6/generator/ |
D | nanopb_generator.py | 182 raise ValueError("Name parts should be of type str") 355 # by definition, `names` include this enum's name 359 self.values = [(names + x.name, x.number) for x in desc.value] 361 self.values = [(base_name + x.name, x.number) for x in desc.value] 363 self.value_longnames = [self.names + x.name for x in desc.value] 387 for index, (name, value) in enumerate(self.values): 399 enum_values.append(" %s = %d%s %s" % (name, value, comma, trailing_comment)) 436 # Strip off the leading type name from the string value. 473 self.name = desc.name 555 "max_count is not given." % self.name) [all …]
|
/nanopb-2.7.6/tests/regression/issue_617/ |
D | oneof.options | 3 NoDecode.name max_length : 32
|
D | oneof.proto | 11 string name = 1; field
|
/nanopb-2.7.6/zephyr/ |
D | module.yml | 1 name: nanopb
|
/nanopb-2.7.6/tests/any_type/google/protobuf/ |
D | any.proto | 15 // * Neither the name of Google Inc. nor the names of its 88 // 'type.googleapis.com/full.type.name' as the type URL and the unpack 89 // methods only use the fully qualified type name after the last '/' 91 // name "y.z". 123 // A URL/resource name that uniquely identifies the type of the serialized 125 // the fully qualified name of the type (as in 126 // `path/google.protobuf.Duration`). The name should be in a canonical form
|
/nanopb-2.7.6/tests/generator_relative_paths/proto/protobuf/ |
D | any.proto | 15 // * Neither the name of Google Inc. nor the names of its 88 // 'type.googleapis.com/full.type.name' as the type URL and the unpack 89 // methods only use the fully qualified type name after the last '/' 91 // name "y.z". 123 // A URL/resource name that uniquely identifies the type of the serialized 125 // the fully qualified name of the type (as in 126 // `path/google.protobuf.Duration`). The name should be in a canonical form
|
/nanopb-2.7.6/tests/stackusage/ |
D | stackusage.options | 2 SettingsGroup.Settings.name max_length : 32
|
/nanopb-2.7.6/generator/proto/google/protobuf/ |
D | descriptor.proto | 15 // * Neither the name of Google Inc. nor the names of its 62 optional string name = 1; // file name, relative to root of source tree field 94 optional string name = 1; field 123 // A given name may only be reserved once. 177 optional string name = 1; field 185 // For message and enum types, this is the name of the type. If the name 192 // For extensions, this is the name of the type being extended. It is 207 // JSON name of this field. The value is set by protocol compiler. If the 209 // will be used. Otherwise, it's deduced from the field's name by converting 218 optional string name = 1; field [all …]
|
/nanopb-2.7.6/tests/extra_fields/ |
D | person_with_extra_field.expected | 1 name: "Test Person 99"
|
/nanopb-2.7.6/tests/regression/issue_125/ |
D | SConscript | 1 # Regression test for Issue 125: Wrong identifier name for extension fields
|
/nanopb-2.7.6/examples/network_server/ |
D | fileproto.proto | 13 required string name = 2; field
|
D | server.c | 43 strncpy(fileinfo.name, file->d_name, sizeof(fileinfo.name)); in ListFilesResponse_callback() 44 fileinfo.name[sizeof(fileinfo.name) - 1] = '\0'; in ListFilesResponse_callback()
|
/nanopb-2.7.6/tests/common/ |
D | person.proto | 6 required string name = 1 [(nanopb).max_size = 40]; field
|