Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 28) sorted by relevance

12

/nanopb-3.4.0/tests/regression/issue_637/
DSConscript6 env.NanopbProto("other.proto")
7 env.NanopbProto(["oneof.proto", "other.proto"])
Doneof.proto3 import "other.proto";
/nanopb-3.4.0/tests/regression/issue_692/
DSConscript6 env.NanopbProto("other.proto")
7 env.NanopbProto(["oneof.proto", "other.proto"])
Doneof.proto3 import "other.proto";
/nanopb-3.4.0/tests/anonymous_oneof/
Doneof.proto10 /* Oneof in a message with other fields */
/nanopb-3.4.0/tests/oneof/
Doneof.proto10 /* Oneof in a message with other fields */
/nanopb-3.4.0/examples/cmake_relpath/
DREADME.txt18 On other platforms supported by CMake, refer to CMake instructions.
/nanopb-3.4.0/examples/cmake_simple/
DREADME.txt18 On other platforms supported by CMake, refer to CMake instructions.
/nanopb-3.4.0/generator/
Dnanopb_generator.py227 def __add__(self, other): argument
228 if isinstance(other, strtypes):
229 return Names(self.parts + (other,))
230 elif isinstance(other, Names):
231 return Names(self.parts + other.parts)
232 elif isinstance(other, tuple):
233 return Names(self.parts + other)
237 def __eq__(self, other): argument
238 return isinstance(other, Names) and self.parts == other.parts
240 def __lt__(self, other): argument
[all …]
/nanopb-3.4.0/tests/common/
Dunittestproto.proto22 // We cheat a bit and use this message for testing other types, too.
DSConscript32 # and other memory leak detection tools.
/nanopb-3.4.0/examples/network_server/
Dfileproto.options9 # On the other hand, using the callback interface, it is not necessary
DREADME.txt43 It could be used as-is to implement a server or a client in any other language, for
60 to port into any other socket api, such as lwip.
/nanopb-3.4.0/examples/simple/
DREADME.txt20 On other platforms, you first have to compile the protocol definition using
/nanopb-3.4.0/docs/
Dwhats_new.md45 constants in flash like most other platforms do.
98 `MyObject*` pointer along with other message fields, and then process
136 to a custom structure or C++ class type. You could have a bunch of other
155 generated on other machines. There has been an example on how to
Dmigration.md238 will have to be adapted to take the default value in some other way,
248 by a null byte, which is read as zero tag value. Most other protobuf
270 present only when their contents was non-zero. Most other protobuf
304 other plugins to insert their own extra content. Previously these were
333 have other values than `true` and `false`.
341 numbers for other field types were renumbered.
470 other changes in the same version already require regenerating the files
532 more complex and was inconsistent with the other types.
Dsecurity.md36 cause buffer overflows, information disclosure or other security
Dreference.md91 - All other lines should start with a field name pattern, followed by
103 - `[!seq]` matches any other character
166 other mechanisms, as they affect the whole generation:
224 of other fields:
539 …g a zero tag value after it. Supported by nanopb decoder, but not by most other protobuf libraries.
840 `eof` to true. On other errors, `eof` will be set to false.
894 for decoding lengths and other commonly occurring elements that you know
/nanopb-3.4.0/
DREADME.md28 However, for any other kind of build system, see the manual steps in
47 Python separately. Once you have Python, you can install the other dependencies
/nanopb-3.4.0/tests/any_type/google/protobuf/
Dany.proto13 // in the documentation and/or other materials provided with the
147 // Schemes other than `http`, `https` (or the empty scheme) might be
Dduration.proto13 // in the documentation and/or other materials provided with the
/nanopb-3.4.0/tests/generator_relative_paths/proto/protobuf/
Dany.proto13 // in the documentation and/or other materials provided with the
147 // Schemes other than `http`, `https` (or the empty scheme) might be
/nanopb-3.4.0/tests/site_scons/platforms/stm32/
Dstm32_ram.ld14 * with other linker script that defines memory regions FLASH and RAM.
/nanopb-3.4.0/generator/proto/google/protobuf/
Ddescriptor.proto13 // in the documentation and/or other materials provided with the
37 // without any other information (e.g. without reading its imports).
434 // format. You should not use this for any other reason: It's less
754 // - Just because a location's span is a subset of some other location's span
799 // A series of line comments appearing on consecutive lines, with no other
809 // will be stripped from the beginning of each line other than the first.
/nanopb-3.4.0/tests/
DSConstruct236 # to other SConscripts.

12