Searched defs:options (Results 1 – 4 of 4) sorted by relevance
/nanopb-2.7.6/generator/proto/google/protobuf/ |
D | descriptor.proto | 79 optional FileOptions options = 8; field 106 optional ExtensionRangeOptions options = 3; field 112 optional MessageOptions options = 7; field 213 optional FieldOptions options = 8; field 219 optional OneofOptions options = 2; field 228 optional EnumOptions options = 3; field 256 optional EnumValueOptions options = 3; field 264 optional ServiceOptions options = 3; field 276 optional MethodOptions options = 4; field
|
/nanopb-2.7.6/ |
D | conanfile.py | 13 options = { variable in NanoPbConan
|
/nanopb-2.7.6/docs/ |
D | reference.md | 66 ### Defining the options in a .options file 123 ### Defining the options on command line 128 ### Defining the options in the .proto file
|
/nanopb-2.7.6/generator/ |
D | nanopb_generator.py | 1691 def generate_header(self, includes, headername, options): argument 1874 def generate_source(self, headername, options): argument 1976 def get_nanopb_suboptions(subdesc, options, name): argument 2073 def parse_file(filename, fdesc, options): argument 2118 def process_file(filename, fdesc, options, other_files = {}): argument
|