Searched defs:CopyToProto (Results 1 – 2 of 2) sorted by relevance
/external/protobuf/python/google/protobuf/ | ||
D | descriptor.py | 181 def CopyToProto(self, proto): member in _NestedDescriptorBase |
/external/protobuf/python/google/protobuf/pyext/ | ||
D | descriptor.cc | 556 static PyObject* CopyToProto(PyBaseDescriptor *self, PyObject *target) { in CopyToProto() function |