/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 | WORKSPACE | 1 workspace(name = "com_github_nanopb_nanopb")
|
D | BUILD.bazel | 8 name = "nanopb",
|
D | conanfile.py | 5 name = "nanopb" variable in NanoPbConan
|
/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/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/generator/ |
D | nanopb_generator.py | 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)) 473 self.name = desc.name 555 "max_count is not given." % self.name) 559 "but max_count is not given." % self.name) 602 "but max_size is not given." % self.name) 611 self.ctype = self.struct_name + self.name + 't' [all …]
|
D | protoc | 17 elif os.name == 'nt':
|
/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/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/examples/network_server/ |
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()
|
D | fileproto.proto | 13 required string name = 2; field
|
/nanopb-2.7.6/tests/regression/issue_617/ |
D | oneof.options | 3 NoDecode.name max_length : 32
|
D | test_oneof.c | 19 TEST(msg.payload.plb11.name[0] == 0); in main()
|
D | oneof.proto | 11 string name = 1; field
|
/nanopb-2.7.6/tests/stackusage/ |
D | stackusage.options | 2 SettingsGroup.Settings.name max_length : 32
|
D | stackusage.proto | 36 string name = 2; field
|
/nanopb-2.7.6/tests/extra_fields/ |
D | person_with_extra_field.expected | 1 name: "Test Person 99"
|
/nanopb-2.7.6/tests/msgid/ |
D | decode_msgid.c | 91 #define PB_MSG(id,len,name) case id: status = handle_ ## name(&stream); break; in main() argument
|
/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/tests/common/ |
D | person.proto | 6 required string name = 1 [(nanopb).max_size = 40]; field
|
/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/multiple_files/ |
D | SConscript | 1 # Test that multiple .proto files don't cause name collisions.
|