Searched refs:underlay (Results 1 - 9 of 9) sorted by relevance
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.cc | 112 cpool->underlay = NULL; in _CreateDescriptorPool() 129 // Create a Python DescriptorPool, using the given pool as an underlay: 130 // new messages will be added to a custom pool, not to the underlay. 132 // Ownership of the underlay is not transferred, its pointer should 135 const DescriptorPool* underlay) { in PyDescriptorPool_NewWithUnderlay() 140 cpool->pool = new DescriptorPool(underlay); in PyDescriptorPool_NewWithUnderlay() 141 cpool->underlay = underlay; in PyDescriptorPool_NewWithUnderlay() 598 if (self->underlay) { in AddSerializedFile() 599 generated_file = self->underlay in AddSerializedFile() 134 PyDescriptorPool_NewWithUnderlay( const DescriptorPool* underlay) PyDescriptorPool_NewWithUnderlay() argument [all...] |
H A D | descriptor_pool.h | 66 // The C++ pool acting as an underlay. Can be NULL. 68 const DescriptorPool* underlay; member
|
/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.h | 1810 // underlay will be searched as a backup. If the underlay has its own 1811 // underlay, that will be searched next, and so on. This also means that 1812 // files built in the overlay will be cross-linked with the underlay's 1813 // descriptors if necessary. The underlay remains property of the caller; 1824 // underlay for a new DescriptorPool in which you add only the new file. 1828 explicit DescriptorPool(const DescriptorPool* underlay); 1842 // not a concern. If both an underlay and a fallback database are present, 1843 // the underlay takes precedence. 1872 void internal_set_underlay(const DescriptorPool* underlay) { in internal_set_underlay() argument [all...] |
H A D | descriptor.cc | 932 // Symbol not found; check the underlay. in FindByNameHelper() 1273 DescriptorPool::DescriptorPool(const DescriptorPool* underlay) in DescriptorPool() argument 1277 underlay_(underlay), in DescriptorPool() 1902 // Check to see if any prefix of this symbol exists in the underlay. in IsSubSymbolOfBuiltType() 3217 // - Search the pool's underlay if not found in tables_. 3704 // If we are looking at an underlay, we must lock its mutex_, since we are in FindSymbolNotEnforcingDepsHelper() 3705 // accessing the underlay's tables_ directly. in FindSymbolNotEnforcingDepsHelper() 3710 // Symbol not found; check the underlay. in FindSymbolNotEnforcingDepsHelper()
|
/third_party/mesa3d/include/GL/ |
H A D | glxext.h | 959 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex); 961 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex);
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 944 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex); 946 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, unsigned long *pTransparentIndex);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 943 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex); 945 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 943 typedef Status ( *PFNGLXGETTRANSPARENTINDEXSUNPROC) (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex); 945 Status glXGetTransparentIndexSUN (Display *dpy, Window overlay, Window underlay, long *pTransparentIndex);
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 2602 glXGetTransparentIndexSUN(Display *dpy, Window overlay, Window underlay, in glXGetTransparentIndexSUN() argument 2607 (void) underlay; in glXGetTransparentIndexSUN()
|
Completed in 33 milliseconds