Lines Matching defs:gateList
178 std::vector<GateRef> gateList;
179 GetAllGates(gateList);
180 for (const auto &gate : gateList) {
187 std::vector<GateRef> gateList;
188 GetAllGates(gateList);
189 for (const auto &gate : gateList) {
194 void Circuit::GetAllGates(std::vector<GateRef>& gateList) const
196 gateList.clear();
201 gateList.push_back(GetGateRef(gatePtr));
237 std::vector<GateRef> gateList;
238 GetAllGates(gateList);
239 for (auto &gate : gateList) {