Lines Matching refs:append
217 self.parsed_interfaces.append(iface)
221 self._cur_object.annotations.append(anno)
241 self._cur_object.methods.append(method)
246 self._cur_object.signals.append(signal)
251 self._cur_object.properties.append(prop)
256 self._cur_object.annotations.append(anno)
276 self._cur_object.in_args.append(arg)
278 self._cur_object.out_args.append(arg)
285 self._cur_object.annotations.append(anno)
308 self._cur_object.args.append(arg)
313 self._cur_object.annotations.append(anno)
333 self._cur_object.annotations.append(anno)
342 self._cur_object.annotations.append(anno)
351 self._cur_object.annotations.append(anno)
363 self.state_stack.append(old_state)
364 self._cur_object_stack.append(old_cur_object)