Home
last modified time | relevance | path

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

/third_party/json/include/nlohmann/detail/conversions/
Dto_chars.hpp201 …using bits_type = typename std::conditional<kPrecision == 24, std::uint32_t, std::uint64_t >::type; in compute_boundaries() typedef
/third_party/json/single_include/nlohmann/
Djson.hpp15424 …using bits_type = typename std::conditional<kPrecision == 24, std::uint32_t, std::uint64_t >::type; in compute_boundaries() typedef