Searched defs:getSecond (Results 1 – 4 of 4) 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() function41 const DenseSetEmpty &getSecond() const { return *this; } in getSecond() function
1547 APFloat &DoubleAPFloat::getSecond() { return Floats[1]; } in getSecond() function1548 const APFloat &DoubleAPFloat::getSecond() const { return Floats[1]; } in getSecond() function
47 ValueT &getSecond() { return std::pair<KeyT, ValueT>::second; } in getSecond() function48 const ValueT &getSecond() const { return std::pair<KeyT, ValueT>::second; } in getSecond() function