Searched defs:extendedStruct (Results 1 – 1 of 1) 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 {