Lines Matching refs:push_back

32     this->interfaces.push_back(interfaceType);
38 this->elements.push_back(descriptor);
50 this->elements.push_back(ctor);
62 this->elements.push_back(asBinder);
73 onTransact->parameters.push_back(this->transact_code);
74 onTransact->parameters.push_back(this->transact_data);
75 onTransact->parameters.push_back(this->transact_reply);
76 onTransact->parameters.push_back(this->transact_flags);
78 onTransact->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
79 this->elements.push_back(onTransact);
106 m->parameters.push_back(obj);
117 queryLocalInterface->arguments.push_back(new LiteralExpression("DESCRIPTOR"));
140 ne->arguments.push_back(obj);
143 this->elements.push_back(m);
165 this->interfaces.push_back(interfaceType);
171 this->elements.push_back(new Field(PRIVATE, mRemote));
178 ctor->parameters.push_back(remote);
180 this->elements.push_back(ctor);
189 this->elements.push_back(asBinder);
269 stubClass->elements.push_back(transactCode);
281 decl->parameters.push_back(new Variable(
287 decl->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
289 interface->elements.push_back(decl);
329 realCall->arguments.push_back(v);
382 stubClass->transact_switch->cases.push_back(c);
394 proxy->parameters.push_back(new Variable(
399 proxy->exceptions.push_back(REMOTE_EXCEPTION_TYPE);
400 proxyClass->elements.push_back(proxy);
503 stub->transact_switch->cases.push_back(c);
513 proxy->elements.push_back(getDesc);
528 interface->interfaces.push_back(IINTERFACE_TYPE);
534 interface->elements.push_back(stub);
541 stub->elements.push_back(proxy);