Go to the source code of this file.
◆ DEFINE_STATIC_BUILTIN_DESCRIPTOR_GETTER [1/2]
#define DEFINE_STATIC_BUILTIN_DESCRIPTOR_GETTER |
( |
| Name, |
|
|
| DescriptorName ) |
Value: template <> \
struct CallInterfaceDescriptorFor<Builtin::k##Name> { \
using type = DescriptorName##Descriptor; \
};
Definition at line 810 of file interface-descriptors-inl.h.
◆ DEFINE_STATIC_BUILTIN_DESCRIPTOR_GETTER [2/2]
#define DEFINE_STATIC_BUILTIN_DESCRIPTOR_GETTER |
( |
| Name, |
|
|
| ... ) |
Value: template <> \
struct CallInterfaceDescriptorFor<Builtin::k##Name> { \
using type = Name##Descriptor; \
};
Definition at line 810 of file interface-descriptors-inl.h.