Lines Matching defs:construct

5176     static void construct(BasicJsonType& j, typename BasicJsonType::boolean_t b) noexcept  in construct()  function
5189 static void construct(BasicJsonType& j, const typename BasicJsonType::string_t& s) in construct() function
5198 static void construct(BasicJsonType& j, typename BasicJsonType::string_t&& s) in construct() function
5209 static void construct(BasicJsonType& j, const CompatibleStringType& str) in construct() function
5222 static void construct(BasicJsonType& j, const typename BasicJsonType::binary_t& b) in construct() function
5231 static void construct(BasicJsonType& j, typename BasicJsonType::binary_t&& b) in construct() function
5244 static void construct(BasicJsonType& j, typename BasicJsonType::number_float_t val) noexcept in construct() function
5257 static void construct(BasicJsonType& j, typename BasicJsonType::number_unsigned_t val) noexcept in construct() function
5270 static void construct(BasicJsonType& j, typename BasicJsonType::number_integer_t val) noexcept in construct() function
5283 static void construct(BasicJsonType& j, const typename BasicJsonType::array_t& arr) in construct() function
5293 static void construct(BasicJsonType& j, typename BasicJsonType::array_t&& arr) in construct() function
5305 static void construct(BasicJsonType& j, const CompatibleArrayType& arr) in construct() function
5318 static void construct(BasicJsonType& j, const std::vector<bool>& arr) in construct() function
5334 static void construct(BasicJsonType& j, const std::valarray<T>& arr) in construct() function
5353 static void construct(BasicJsonType& j, const typename BasicJsonType::object_t& obj) in construct() function
5363 static void construct(BasicJsonType& j, typename BasicJsonType::object_t&& obj) in construct() function
5374 static void construct(BasicJsonType& j, const CompatibleObjectType& obj) in construct() function