Home
last modified time | relevance | path

Searched refs:to_json_all (Results 1 – 1 of 1) sorted by relevance

/openbmc/telemetry/src/utils/
H A Dlabeled_tuple.hpp163 to_json_all(j, std::make_index_sequence<sizeof...(Args)>()); in to_json()
222 void to_json_all(nlohmann::json& j, std::index_sequence<Idx...>) const in to_json_all() function