Searched defs:getSecond (Results 1 – 5 of 5) sorted by relevance
56 ValueT &getSecond() { return second; } in getSecond() function57 const ValueT &getSecond() const { return second; } in getSecond() function
40 DenseSetEmpty &getSecond() { return *this; } in getSecond() function 41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
1541 APFloat &DoubleAPFloat::getSecond() { return Floats[1]; } getSecond() function 1542 const APFloat &DoubleAPFloat::getSecond() const { return Floats[1]; } getSecond() function
47 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function 48 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function [all...]