Home
last modified time | relevance | path

Searched defs:DescriptorPool (Results 1 – 25 of 151) sorted by relevance

1234567

/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/
Dpool.rs37 pub struct DescriptorPool { struct
38 handle: ash::vk::DescriptorPool, argument
46 _marker: PhantomData<Cell<ash::vk::DescriptorPool>>, argument
49 impl DescriptorPool { implementation
60 ) -> Result<DescriptorPool, OomError> { in new()
137 handle: ash::vk::DescriptorPool, in from_handle()
139 ) -> DescriptorPool { in from_handle()
324 impl Drop for DescriptorPool { implementation
334 unsafe impl VulkanObject for DescriptorPool { implementation
343 unsafe impl DeviceOwned for DescriptorPool { implementation
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/
H A Ddef.c745 typedef struct DescriptorPool { struct
748 } DescriptorPool; argument
788 PHP_METHOD(DescriptorPool, getGeneratedPool) { in PHP_METHOD() argument
797 PHP_METHOD(DescriptorPool, getDescriptorByClassName) { in PHP_METHOD() argument
826 PHP_METHOD(DescriptorPool, getEnumDescriptorByClassName) { in PHP_METHOD() argument
855 PHP_METHOD(DescriptorPool, getDescriptorByProtoName) { in PHP_METHOD() argument
1004 PHP_METHOD(DescriptorPool, internalAddGeneratedFile) { in PHP_METHOD() argument
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/
H A Ddef.c745 typedef struct DescriptorPool { struct
748 } DescriptorPool; argument
788 PHP_METHOD(DescriptorPool, getGeneratedPool) { in PHP_METHOD() argument
797 PHP_METHOD(DescriptorPool, getDescriptorByClassName) { in PHP_METHOD() argument
826 PHP_METHOD(DescriptorPool, getEnumDescriptorByClassName) { in PHP_METHOD() argument
855 PHP_METHOD(DescriptorPool, getDescriptorByProtoName) { in PHP_METHOD() argument
1004 PHP_METHOD(DescriptorPool, internalAddGeneratedFile) { in PHP_METHOD() argument
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs43 internal sealed class DescriptorPool class
56 internal DescriptorPool(IEnumerable<FileDescriptor> dependencyFiles) in DescriptorPool() method in Google.Protobuf.Reflection.DescriptorPool
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
H A DDescriptorPool.cs43 internal sealed class DescriptorPool class
56 internal DescriptorPool(IEnumerable<FileDescriptor> dependencyFiles) in DescriptorPool() method in Google.Protobuf.Reflection.DescriptorPool
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Ddescriptor.h97 class DescriptorPool; variable
605 friend class DescriptorPool; variable
1239 friend class DescriptorPool; variable
1323 friend class DescriptorPool; variable
1693 friend class DescriptorPool; variable
H A Ddynamic_message.h65 class DescriptorPool; // descriptor.h variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Ddescriptor.h97 class DescriptorPool; variable
605 friend class DescriptorPool; variable
1239 friend class DescriptorPool; variable
1323 friend class DescriptorPool; variable
1693 friend class DescriptorPool; variable
H A Ddynamic_message.h65 class DescriptorPool; // descriptor.h variable
/aosp_15_r20/external/perfetto/src/tools/ftrace_proto_gen/
H A Dftrace_descriptor_gen.h25 class DescriptorPool; variable
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.h40 class DescriptorPool; variable
H A Dtype_resolver.h48 class DescriptorPool; variable
/aosp_15_r20/external/protobuf/src/google/protobuf/util/
H A Dtype_resolver_util.h40 class DescriptorPool; variable
H A Dtype_resolver.h48 class DescriptorPool; variable
/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprotozero_to_json.h27 class DescriptorPool; variable
H A Dprotozero_to_text.h27 class DescriptorPool; variable
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
H A DDescriptorPool.php35 class DescriptorPool class
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/
H A DDescriptorPool.php35 class DescriptorPool class
/aosp_15_r20/external/swiftshader/src/Vulkan/
H A DVkDescriptorPool.hpp23 class DescriptorPool : public Object<DescriptorPool, VkDescriptorPool> class
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAddressBindingTests.cpp1293 struct DescriptorPool struct
1295 typedef VkDescriptorPool Type;
1297 struct Parameters
1320 struct Resources
1327 … Move<VkDescriptorPool> create(const Environment &env, const Resources &, const Parameters &params) in create()
H A DvktMemoryDeviceMemoryReportTests.cpp1277 struct DescriptorPool struct
1279 typedef VkDescriptorPool Type;
1281 struct Parameters
1304 struct Resources
1311 … Move<VkDescriptorPool> create(const Environment &env, const Resources &, const Parameters &params) in create()
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorPool.php41 class DescriptorPool class
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DDescriptorPool.php41 class DescriptorPool class
/aosp_15_r20/external/starlark-go/lib/proto/
H A Dproto.go116 func SetPool(thread *starlark.Thread, pool DescriptorPool) {
137 type DescriptorPool interface { interface
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Dconfig_protobuf.h86 typedef GRPC_CUSTOM_DESCRIPTORPOOL DescriptorPool; typedef

1234567