Lines Matching full:elif
113 elif state == State.InStruct:
117 elif line == '};':
120 elif state == State.InFieldComment:
123 elif line.startswith('enum'):
127 elif line.startswith('struct'):
131 elif line.endswith(';'):
139 elif state == State.InNestedStruct:
143 elif line == '};':
146 elif state == State.InNestedFieldComent:
152 elif state == State.InEnum:
156 elif line == '};':
161 elif state == State.InEnumMemberComment:
176 elif nested_structs.has_key(option.type):