Home
last modified time | relevance | path

Searched refs:DescriptorType (Results 1 – 8 of 8) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/java/
Djava_name_resolver.h83 template<class DescriptorType>
84 string GetImmutableClassName(const DescriptorType* descriptor) { in GetImmutableClassName()
87 template<class DescriptorType>
88 string GetMutableClassName(const DescriptorType* descriptor) { in GetMutableClassName()
Djava_doc_comment.cc140 template <typename DescriptorType>
142 io::Printer* printer, const DescriptorType* descriptor) { in WriteDocCommentBody()
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc83 template <typename DescriptorType>
85 io::Printer* printer, const DescriptorType* descriptor) { in WriteDocCommentBody()
/external/vulkan-validation-layers/demos/
Dcube.cpp1560 .setDescriptorType(vk::DescriptorType::eUniformBuffer) in prepare_descriptor_layout()
1566 .setDescriptorType(vk::DescriptorType::eCombinedImageSampler) in prepare_descriptor_layout()
1591 .setType(vk::DescriptorType::eUniformBuffer) in prepare_descriptor_pool()
1594 .setType(vk::DescriptorType::eCombinedImageSampler) in prepare_descriptor_pool()
1626 writes[0].setDescriptorType(vk::DescriptorType::eUniformBuffer); in prepare_descriptor_set()
1632 writes[1].setDescriptorType(vk::DescriptorType::eCombinedImageSampler); in prepare_descriptor_set()
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp4464 enum class DescriptorType enum
4481 …DescriptorPoolSize( DescriptorType type_ = DescriptorType::eSampler, uint32_t descriptorCount_ = 0… in DescriptorPoolSize()
4498 DescriptorPoolSize& setType( DescriptorType type_ ) in setType()
4526 DescriptorType type;
5952 …dstArrayElement_ = 0, uint32_t descriptorCount_ = 0, DescriptorType descriptorType_ = DescriptorTy… in WriteDescriptorSet()
6013 WriteDescriptorSet& setDescriptorType( DescriptorType descriptorType_ ) in setDescriptorType()
6070 DescriptorType descriptorType;
9877 …DescriptorSetLayoutBinding( uint32_t binding_ = 0, DescriptorType descriptorType_ = DescriptorType in DescriptorSetLayoutBinding()
9903 DescriptorSetLayoutBinding& setDescriptorType( DescriptorType descriptorType_ ) in setDescriptorType()
9947 DescriptorType descriptorType;
[all …]
/external/libusb/libusb/os/
Dwindows_winusb.h687 UCHAR DescriptorType,
/external/protobuf/php/ext/google/protobuf/
Dupb.h1502 typedef upb_descriptortype_t DescriptorType; typedef
1514 static DescriptorType ConvertDescriptorType(int32_t val);
1583 DescriptorType descriptor_type() const;
1679 void set_descriptor_type(DescriptorType type);
2490 inline FieldDef::DescriptorType FieldDef::ConvertDescriptorType(int32_t val) { in ConvertDescriptorType()
2492 return static_cast<FieldDef::DescriptorType>(val); in ConvertDescriptorType()
2519 inline FieldDef::DescriptorType FieldDef::descriptor_type() const { in descriptor_type()
2573 inline void FieldDef::set_descriptor_type(FieldDef::DescriptorType type) { in set_descriptor_type()
/external/protobuf/ruby/ext/google/protobuf_c/
Dupb.h1918 typedef upb_descriptortype_t DescriptorType;
1930 static DescriptorType ConvertDescriptorType(int32_t val);
2020 DescriptorType descriptor_type() const;
2128 void set_descriptor_type(DescriptorType type);
3091 inline FieldDef::DescriptorType FieldDef::ConvertDescriptorType(int32_t val) {
3093 return static_cast<FieldDef::DescriptorType>(val);
3120 inline FieldDef::DescriptorType FieldDef::descriptor_type() const {
3189 inline void FieldDef::set_descriptor_type(FieldDef::DescriptorType type) {