Home
last modified time | relevance | path

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

/aosp_15_r20/external/ublksrv/include/nlohmann/
H A Djson.hpp5173 struct external_constructor<value_t::boolean> struct
5176 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct()
5186 struct external_constructor<value_t::string> struct
5189 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct()
5198 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct()
5209 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct()
5219 struct external_constructor<value_t::binary> struct
5222 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct()
5231 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct()
5241 struct external_constructor<value_t::number_float> struct
[all …]