Home
last modified time | relevance | path

Searched refs:underlay (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/python/google/protobuf/pyext/
Ddescriptor_pool.cc73 cpool->underlay = NULL; in _CreateDescriptorPool()
97 const DescriptorPool* underlay) { in PyDescriptorPool_NewWithUnderlay() argument
102 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()
Ddescriptor_pool.h66 const DescriptorPool* underlay; member
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.h1549 explicit DescriptorPool(const DescriptorPool* underlay);
1570 void internal_set_underlay(const DescriptorPool* underlay) { in internal_set_underlay() argument
1571 underlay_ = underlay; in internal_set_underlay()
Ddescriptor.cc1065 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) in DescriptorPool() argument
1069 underlay_(underlay), in DescriptorPool()