HomeSort by relevance Sort by last modified time
    Searched refs:file_protos (Results 1 - 2 of 2) sorted by null

  /external/nanopb-c/generator/google/protobuf/
message_factory.py 78 def GetMessages(file_protos):
82 file_protos: A sequence of file protos to build messages out of.
90 for file_proto in file_protos:
92 for file_proto in file_protos:
  /external/protobuf/python/google/protobuf/
message_factory.py 142 def GetMessages(file_protos):
146 file_protos: A sequence of file protos to build messages out of.
153 for file_proto in file_protos:
155 return _FACTORY.GetMessages([file_proto.name for file_proto in file_protos])

Completed in 77 milliseconds