Searched defs:external_constructor (Results 1 – 2 of 2) sorted by relevance
| /external/icu/icu4c/source/tools/toolutil/ |
| D | json-json.hpp | 5450 struct external_constructor<value_t::boolean> struct 5453 static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept in construct() 5463 struct external_constructor<value_t::string> struct 5466 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() 5475 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() 5486 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() 5496 struct external_constructor<value_t::binary> struct 5499 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() 5508 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() 5518 struct external_constructor<value_t::number_float> struct [all …]
|
| /external/ublksrv/include/nlohmann/ |
| D | json.hpp | 5173 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 …]
|