Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/csharp/
Dcsharp_doc_comment.cc83 template <typename DescriptorType>
85 io::Printer* printer, const DescriptorType* descriptor) { in WriteDocCommentBody()
/frameworks/opt/gamesdk/third_party/cube/app/src/main/cpp/
Dcube.cpp1771 … .setDescriptorType(vk::DescriptorType::eUniformBuffer) in prepare_descriptor_layout()
1777 … .setDescriptorType(vk::DescriptorType::eCombinedImageSampler) in prepare_descriptor_layout()
1795 …vk::DescriptorPoolSize().setType(vk::DescriptorType::eUniformBuffer).setDescriptorCount(swapchainI… in prepare_descriptor_pool()
1797 .setType(vk::DescriptorType::eCombinedImageSampler) in prepare_descriptor_pool()
1823 writes[0].setDescriptorType(vk::DescriptorType::eUniformBuffer); in prepare_descriptor_set()
1828 writes[1].setDescriptorType(vk::DescriptorType::eCombinedImageSampler); in prepare_descriptor_set()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/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) {