Lines Matching refs:std
94 std::string vnet_type, MessageBuffer *b);
96 std::string vnet_type, MessageBuffer *b);
99 int network_num, std::string vnet_type);
111 virtual void print(std::ostream& out) const = 0;
138 getPort(const std::string &, PortID idx=InvalidPortID) override
150 std::vector<std::string> m_vnet_type_names;
156 std::vector<std::vector<MessageBuffer*> > m_toNetQueues;
157 std::vector<std::vector<MessageBuffer*> > m_fromNetQueues;
158 std::vector<bool> m_ordered;
184 std::unordered_multimap<MachineType, AddrMapNode> addrMap;
187 inline std::ostream&
188 operator<<(std::ostream& out, const Network& obj)
191 out << std::flush;