Lines Matching refs:second
78 data.emplace_back(pair.first, pair.second.get()); in GetFiles()
86 while (pair.first != pair.second) { in GetFormField()
87 data.push_back(pair.first->second); in GetFormField()
91 while (pair.first != pair.second) { in GetFormField()
92 data.push_back(pair.first->second); in GetFormField()
102 while (pair.first != pair.second) { in GetFormFieldPost()
103 data.push_back(pair.first->second); in GetFormFieldPost()
113 while (pair.first != pair.second) { in GetFormFieldGet()
114 data.push_back(pair.first->second); in GetFormFieldGet()
124 while (pair.first != pair.second) { in GetFileInfo()
125 data.push_back(pair.first->second.get()); in GetFileInfo()
139 while (range.first != range.second) { in GetHeader()
140 data.push_back(range.first->second); in GetHeader()
148 return (p != headers_.end()) ? p->second : std::string{}; in GetFirstHeader()