Home
last modified time | relevance | path

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

/third_party/boost/boost/safe_numerics/
Dutility.hpp80 using bits_type = std::integral_constant< typedef
/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.hpp14541 …using bits_type = typename std::conditional<kPrecision == 24, std::uint32_t, std::uint64_t >::type; in compute_boundaries() typedef