Home
last modified time | relevance | path

Searched defs:extendedStruct (Results 1 – 1 of 1) sorted by relevance

/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dvulkan_xml.go128 type extendedStruct struct { struct
129 cpp_types.Type
130 extended_with []cpp_types.Type
131 optional_struct bool
132 optional_value string
135 func (extended_struct *extendedStruct) ExtendedWith() []cpp_types.Type {
139 func (extended_struct *extendedStruct) OptionalStruct() bool {
143 func (extended_struct *extendedStruct) OptionalValue() string {