Home
last modified time | relevance | path

Searched defs:PyDescriptorPool (Results 1 – 1 of 1) sorted by relevance

/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.h34 typedef struct PyDescriptorPool { struct
38 const DescriptorPool* pool;
41 bool is_owned;
45 bool is_mutable;
71 } PyDescriptorPool; argument