/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/src/descriptor_set/ |
D | pool.rs | 37 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 D | def.c | 745 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 D | def.c | 745 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 D | DescriptorPool.cs | 43 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 D | DescriptorPool.cs | 43 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 D | descriptor.h | 97 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 D | dynamic_message.h | 65 class DescriptorPool; // descriptor.h variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | descriptor.h | 97 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 D | dynamic_message.h | 65 class DescriptorPool; // descriptor.h variable
|
/aosp_15_r20/external/perfetto/src/tools/ftrace_proto_gen/ |
H A D | ftrace_descriptor_gen.h | 25 class DescriptorPool; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.h | 40 class DescriptorPool; variable
|
H A D | type_resolver.h | 48 class DescriptorPool; variable
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/ |
H A D | type_resolver_util.h | 40 class DescriptorPool; variable
|
H A D | type_resolver.h | 48 class DescriptorPool; variable
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | protozero_to_json.h | 27 class DescriptorPool; variable
|
H A D | protozero_to_text.h | 27 class DescriptorPool; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/ |
H A D | DescriptorPool.php | 35 class DescriptorPool class
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/ |
H A D | DescriptorPool.php | 35 class DescriptorPool class
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDescriptorPool.hpp | 23 class DescriptorPool : public Object<DescriptorPool, VkDescriptorPool> class
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/ |
H A D | vktMemoryAddressBindingTests.cpp | 1293 struct DescriptorPool struct 1295 typedef VkDescriptorPool Type; 1297 struct Parameters 1320 struct Resources 1327 … Move<VkDescriptorPool> create(const Environment &env, const Resources &, const Parameters ¶ms) in create()
|
H A D | vktMemoryDeviceMemoryReportTests.cpp | 1277 struct DescriptorPool struct 1279 typedef VkDescriptorPool Type; 1281 struct Parameters 1304 struct Resources 1311 … Move<VkDescriptorPool> create(const Environment &env, const Resources &, const Parameters ¶ms) in create()
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | DescriptorPool.php | 41 class DescriptorPool class
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | DescriptorPool.php | 41 class DescriptorPool class
|
/aosp_15_r20/external/starlark-go/lib/proto/ |
H A D | proto.go | 116 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/ |
D | config_protobuf.h | 86 typedef GRPC_CUSTOM_DESCRIPTORPOOL DescriptorPool; typedef
|