/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DescriptorSetAllocator.h | 57 struct DescriptorPool { struct 58 VkDescriptorPool vkPool; argument 64 std::vector<DescriptorPool> mDescriptorPools; argument
|
/third_party/protobuf/ruby/ext/google/protobuf_c/ |
D | protobuf.h | 54 typedef struct DescriptorPool DescriptorPool; typedef 110 struct DescriptorPool { struct 111 VALUE def_to_descriptor; // Hash table of def* -> Ruby descriptor. 112 upb_symtab* symtab; 113 upb_handlercache* fill_handler_cache; 114 upb_handlercache* pb_serialize_handler_cache; 115 upb_handlercache* json_serialize_handler_cache; 116 upb_handlercache* json_serialize_handler_preserve_cache; 117 upb_pbcodecache* fill_method_cache; 118 upb_json_codecache* json_fill_method_cache;
|
/third_party/protobuf/src/google/protobuf/util/ |
D | type_resolver_util.h | 40 class DescriptorPool; variable
|
D | type_resolver.h | 46 class DescriptorPool; variable
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 43 internal sealed class DescriptorPool class 56 internal DescriptorPool(IEnumerable<FileDescriptor> dependencyFiles) in DescriptorPool() method in Google.Protobuf.Reflection.DescriptorPool
|
D | FileDescriptor.cs | 319 internal DescriptorPool DescriptorPool { get; } property in Google.Protobuf.Reflection.FileDescriptor
|
/third_party/protobuf/php/ext/google/protobuf/ |
D | def.c | 717 typedef struct DescriptorPool { struct 720 } DescriptorPool; argument 780 PHP_METHOD(DescriptorPool, getGeneratedPool) { in PHP_METHOD() argument 791 PHP_METHOD(DescriptorPool, getDescriptorByClassName) { in PHP_METHOD() argument 820 PHP_METHOD(DescriptorPool, getEnumDescriptorByClassName) { in PHP_METHOD() argument 849 PHP_METHOD(DescriptorPool, getDescriptorByProtoName) { in PHP_METHOD() argument 959 PHP_METHOD(DescriptorPool, internalAddGeneratedFile) { in PHP_METHOD() argument
|
/third_party/protobuf/php/src/Google/Protobuf/ |
D | DescriptorPool.php | 35 class DescriptorPool class
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDescriptorPool.hpp | 23 class DescriptorPool : public Object<DescriptorPool, VkDescriptorPool> class
|
D | VkDescriptorPool.cpp | 34 DescriptorPool::DescriptorPool(const VkDescriptorPoolCreateInfo *pCreateInfo, void *mem) in DescriptorPool() function in vk::DescriptorPool
|
/third_party/protobuf/src/google/protobuf/ |
D | dynamic_message.h | 62 class DescriptorPool; // descriptor.h variable
|
D | descriptor.h | 92 class DescriptorPool; variable 566 friend class DescriptorPool; variable 1156 friend class DescriptorPool; variable 1236 friend class DescriptorPool; variable 1591 friend class DescriptorPool; variable
|
D | generated_message_reflection.h | 62 class DescriptorPool; variable
|
D | parse_context.h | 56 class DescriptorPool; variable
|
/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
D | DescriptorPool.php | 41 class DescriptorPool class
|
D | Message.php | 41 use Google\Protobuf\Internal\DescriptorPool; alias
|
/third_party/grpc/include/grpcpp/impl/codegen/ |
D | config_protobuf.h | 80 typedef GRPC_CUSTOM_DESCRIPTORPOOL DescriptorPool; typedef
|
/third_party/protobuf/php/tests/ |
D | DescriptorsTest.php | 8 use Google\Protobuf\DescriptorPool; alias
|
/third_party/flutter/skia/third_party/externals/imgui/examples/ |
D | imgui_impl_vulkan.h | 29 VkDescriptorPool DescriptorPool; member
|
/third_party/protobuf/src/google/protobuf/compiler/ |
D | command_line_interface.h | 58 class DescriptorPool; // descriptor.h variable
|
/third_party/skia/third_party/externals/imgui/backends/ |
D | imgui_impl_vulkan.h | 55 VkDescriptorPool DescriptorPool; member
|
/third_party/protobuf/python/google/protobuf/pyext/ |
D | message.h | 52 class DescriptorPool; variable
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryDeviceMemoryReportTests.cpp | 1286 struct DescriptorPool struct 1288 typedef VkDescriptorPool Type; 1290 struct Parameters 1315 struct Resources 1320 … Move<VkDescriptorPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
|
/third_party/protobuf/python/google/protobuf/ |
D | descriptor_pool.py | 118 class DescriptorPool(object): class
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 1949 struct DescriptorPool struct 1951 typedef VkDescriptorPool Type; 1953 struct Parameters 1978 struct Resources 1983 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent() 1988 … Move<VkDescriptorPool> create (const Environment& env, const Resources&, const Parameters& params) in create()
|