Home
last modified time | relevance | path

Searched defs:to_json_fn (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/tools/toolutil/
Djson-json.hpp5827 struct to_json_fn struct
5846 detail::static_const<detail::to_json_fn>::value;
/external/ublksrv/include/nlohmann/
Djson.hpp5544 struct to_json_fn struct
5547 …to operator()(BasicJsonType& j, T&& val) const noexcept(noexcept(to_json(j, std::forward<T>(val)))) in operator ()()