Lines Matching refs:string
101 #include <string>
115 // The pair<string, string> is understood to be the operation name and arc
121 : public GenericRegister<pair<string, string>,
125 void RegisterOperation(const string &operation_name,
126 const string &arc_type,
132 const string &operation_name, const string &arc_type) {
137 virtual string ConvertKeyToSoFilename(
138 const pair<string, string>& key) const {
140 string legal_type(key.second); // the arc type
182 void Apply(const string &op_name, const string &arc_type,
201 const string &op_name);