Searched refs:underlay (Results 1 – 4 of 4) sorted by relevance
73 cpool->underlay = NULL; in _CreateDescriptorPool()97 const DescriptorPool* underlay) { in PyDescriptorPool_NewWithUnderlay() argument102 cpool->pool = new DescriptorPool(underlay); in PyDescriptorPool_NewWithUnderlay()103 cpool->underlay = underlay; in PyDescriptorPool_NewWithUnderlay()469 if (self->underlay) { in AddSerializedFile()470 generated_file = self->underlay->FindFileByName(file_proto.name()); in AddSerializedFile()
66 const DescriptorPool* underlay; member
1549 explicit DescriptorPool(const DescriptorPool* underlay);1570 void internal_set_underlay(const DescriptorPool* underlay) { in internal_set_underlay() argument1571 underlay_ = underlay; in internal_set_underlay()
1065 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) in DescriptorPool() argument1069 underlay_(underlay), in DescriptorPool()