Lines Matching refs:element
195 // of only containing a single element. The "first" element's use is stored
197 // TODO: Consider generalizing this from one element to N elements (where N
691 """Generate C function pointer typedef for <command> Element"""
715 element = member.replace('[]','[index]',1)
716 if '[]' in element:
719 element_ptr = element.split('[]')[0]
721 # Replace any second empty [] in element name with inner array index based on mapping array
724 limit = element[0:element.find('s[]')] + 'Count'
728 element = element.replace('[]','[index2]')
730 paramdecl += ' ' + second_indent + functionprefix + 'WriteObject(' + element + ');\n'
734 paramdecl += ' ' + second_indent + functionprefix + 'WriteObject(' + element + ');\n'