Home
last modified time | relevance | path

Searched full:name (Results 1 – 25 of 54) sorted by relevance

123

/nanopb-2.7.6/.github/workflows/
Dcifuzz.yml1 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
Dspm.yml1 name: spm
12 - name: Build
14 - name: Run
/nanopb-2.7.6/tests/package_name/
DSConscript2 # 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/
DPackage.swift7 name: "nanopb",
10 name: "nanopb",
17 name: "nanopb",
36 name: "swift-test",
49 name: "objc-test",
Dlibrary.json2 "name": "Nanopb", string
11 "name": "Petteri Aimonen", string
DWORKSPACE1 workspace(name = "com_github_nanopb_nanopb")
DBUILD.bazel8 name = "nanopb",
/nanopb-2.7.6/tests/package_name_nanopb/
DSConscript2 # 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/
Dmake_windows_package.sh39 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/
Dfeedback.html7 <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/
DSConscript5 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/
DSConscript2 # mangle_names:M_STRIP_PACKAGE is broken when message name (partially)
3 # matches package name
/nanopb-2.7.6/generator/
Dnanopb_generator.py182 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/
Doneof.options3 NoDecode.name max_length : 32
Doneof.proto11 string name = 1; field
/nanopb-2.7.6/zephyr/
Dmodule.yml1 name: nanopb
/nanopb-2.7.6/tests/any_type/google/protobuf/
Dany.proto15 // * 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/
Dany.proto15 // * 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/
Dstackusage.options2 SettingsGroup.Settings.name max_length : 32
/nanopb-2.7.6/generator/proto/google/protobuf/
Ddescriptor.proto15 // * 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/
Dperson_with_extra_field.expected1 name: "Test Person 99"
/nanopb-2.7.6/tests/regression/issue_125/
DSConscript1 # Regression test for Issue 125: Wrong identifier name for extension fields
/nanopb-2.7.6/examples/network_server/
Dfileproto.proto13 required string name = 2; field
Dserver.c43 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/
Dperson.proto6 required string name = 1 [(nanopb).max_size = 40]; field

123