Lines Matching refs:std
32 typedef std::vector<std::pair<Fragment*, Assignment> > DotAssignments;
36 Input(const std::string& pName, InputSectDesc::KeepPolicy pPolicy);
63 typedef std::vector<Input*> InputList;
69 typedef std::vector<Assignment> DotAssignments;
73 Output(const std::string& pName);
76 const std::string& name() const { return m_Name; } in name()
128 std::string m_Name;
144 typedef std::pair<const Output*, const Input*> const_mapping;
145 typedef std::pair<Output*, Input*> mapping;
147 typedef std::vector<Output*> OutputDescList;
159 const_mapping find(const std::string& pInputFile,
160 const std::string& pInputSection) const;
161 mapping find(const std::string& pInputFile,
162 const std::string& pInputSection);
164 const_iterator find(const std::string& pOutputSection) const;
165 iterator find(const std::string& pOutputSection);
167 std::pair<mapping, bool>
168 insert(const std::string& pInputSection,
169 const std::string& pOutputSection,
171 std::pair<mapping, bool>
199 const std::string& pInputFile,
200 const std::string& pInputSection) const;
202 bool matched(const WildcardPattern& pPattern, const std::string& pName) const;