Searched refs:result_pair (Results 1 – 4 of 4) sorted by relevance
101 auto& result_pair = result->back(); in AppendStringKeyValue() local108 result_pair.first.assign(input.substr(0, end_key_pos)); in AppendStringKeyValue()117 result_pair.second.assign( in AppendStringKeyValue()
1408 template <typename R> struct result_pair {1414 result_pair() = default;1415 result_pair(std::size_t Index, IterOfRange<R> Iter)1418 result_pair<R>(const result_pair<R> &Other)1420 result_pair<R> &operator=(const result_pair<R> &Other) {1438 enumerator_iter<R>, std::forward_iterator_tag, result_pair<R>,1442 using result_type = result_pair<R>;
632 template <typename X> struct result_pair {633 result_pair(std::size_t Index, X Value) : Index(Index), Value(Value) {}642 typedef result_pair<iter_reference> result_type;
1544 PyObject *result_pair = NULL; in float_as_integer_ratio_impl() local1594 result_pair = PyTuple_Pack(2, numerator, denominator); in float_as_integer_ratio_impl()1600 return result_pair; in float_as_integer_ratio_impl()