Searched defs:serialized_pb (Results 1 – 4 of 4) sorted by relevance
/external/protobuf/python/google/protobuf/pyext/ |
D | descriptor_database.cc | 83 ScopedPyObjectPtr serialized_pb( in GetFileDescriptorProto() local
|
D | descriptor_pool.cc | 410 PyObject* AddSerializedFile(PyDescriptorPool* self, PyObject* serialized_pb) { in AddSerializedFile() 459 ScopedPyObjectPtr serialized_pb( in Add() local
|
D | descriptor.cc | 297 PyObject *serialized_pb; member 1248 PyObject *serialized_pb = self->serialized_pb; in GetSerializedPb() local 1393 const FileDescriptor* file_descriptor, PyObject *serialized_pb) { in PyFileDescriptor_FromDescriptorWithSerializedPb()
|
/external/protobuf/python/google/protobuf/ |
D | descriptor.py | 798 def __new__(cls, name, package, options=None, serialized_pb=None, argument 810 def __init__(self, name, package, options=None, serialized_pb=None, argument
|