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

  /external/nanopb-c/generator/google/protobuf/
descriptor.py 157 def CopyToProto(self, proto):
290 def CopyToProto(self, proto):
297 super(Descriptor, self).CopyToProto(proto)
536 def CopyToProto(self, proto):
543 super(EnumDescriptor, self).CopyToProto(proto)
604 def CopyToProto(self, proto):
611 super(ServiceDescriptor, self).CopyToProto(proto)
669 def CopyToProto(self, proto):
  /external/protobuf/python/google/protobuf/
descriptor.py 181 def CopyToProto(self, proto):
346 def CopyToProto(self, proto):
353 super(Descriptor, self).CopyToProto(proto)
623 def CopyToProto(self, proto):
630 super(EnumDescriptor, self).CopyToProto(proto)
732 def CopyToProto(self, proto):
739 super(ServiceDescriptor, self).CopyToProto(proto)
835 def CopyToProto(self, proto):
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor.cc 556 static PyObject* CopyToProto(PyBaseDescriptor *self, PyObject *target) {
621 { "CopyToProto", (PyCFunction)CopyToProto, METH_O, },
    [all...]
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 539 desc.CopyToProto(actual)
799 aggregate_message.DESCRIPTOR.CopyToProto(descriptor_proto)
    [all...]
descriptor_pool_test.py 616 descriptor_pb2.DESCRIPTOR.CopyToProto(file_descriptor)

Completed in 67 milliseconds