Searched defs:pairs_type (Results 1 – 3 of 3) sorted by relevance
23 typedef std::map<std::string, std::string> pairs_type; typedef
23 typedef std::vector<std::pair<std::string, std::string> > pairs_type; typedef
28 typedef std::vector<pair_type> pairs_type; typedef