Home
last modified time | relevance | path

Searched refs:subdesc (Results 1 – 2 of 2) sorted by relevance

/external/nanopb-c/generator/
Dnanopb_generator.py620 for subname, subdesc in iterate_messages(desc, names):
621 for extension in subdesc.extension:
913 def get_nanopb_suboptions(subdesc, options, name): argument
926 if isinstance(subdesc.options, descriptor.FieldOptions):
928 elif isinstance(subdesc.options, descriptor.FileOptions):
930 elif isinstance(subdesc.options, descriptor.MessageOptions):
932 elif isinstance(subdesc.options, descriptor.EnumOptions):
937 if subdesc.options.HasExtension(ext_type):
938 ext = subdesc.options.Extensions[ext_type]
/external/protobuf/ruby/ext/google/protobuf_c/
Dencode_decode.c189 VALUE subdesc = in appendsubmsg_handler() local
191 VALUE subklass = Descriptor_msgclass(subdesc); in appendsubmsg_handler()
205 VALUE subdesc = in submsg_handler() local
207 VALUE subklass = Descriptor_msgclass(subdesc); in submsg_handler()
370 VALUE subdesc = in oneofsubmsg_handler() local
372 VALUE subklass = Descriptor_msgclass(subdesc); in oneofsubmsg_handler()
881 Descriptor* subdesc; in putsubmsg() local
886 subdesc = ruby_to_Descriptor(descriptor); in putsubmsg()
889 putmsg(submsg, subdesc, &subsink, depth + 1); in putsubmsg()