Searched defs:extendedStruct (Results 1 – 2 of 2) sorted by relevance
128 type extendedStruct struct { struct129 cpp_types.Type130 extended_with []cpp_types.Type131 optional_struct bool132 optional_value string135 func (extended_struct *extendedStruct) ExtendedWith() []cpp_types.Type {139 func (extended_struct *extendedStruct) OptionalStruct() bool {143 func (extended_struct *extendedStruct) OptionalValue() string {
170 const VkBaseInStructure *extendedStruct = reinterpret_cast<const VkBaseInStructure *>(pNext); in GetExtendedStruct() local