Home | History | Annotate | Download | only in ADT

Lines Matching defs:second

137       Map.insert(std::make_pair(Wrap(KV.first), KV.second));
138 return std::make_pair(iterator(map_result.first), map_result.second);
181 // function because ValueMapCVH is constructed with a second parameter.
237 ValueT Target(I->second);
284 ValueT& second;
287 return std::make_pair(first, second);
292 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
334 const ValueT& second;
337 return std::make_pair(first, second);
342 ValueTypeProxy Result = {I->first.Unwrap(), I->second};