Searched defs:tuple (Results 1 – 3 of 3) sorted by relevance
29 constexpr auto tuple_to_array(std::tuple<V, Types...>&& tuple, in tuple_to_array()50 constexpr auto tuple_to_array(std::tuple<Types...>&& tuple) in tuple_to_array()
291 const LabeledTuple<std::tuple<Args...>, Labels...>& tuple) in to_json()298 LabeledTuple<std::tuple<Args...>, Labels...>& tuple) in from_json()
130 QDict *response, *tuple, *tmp; in test_properties() local