Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/charconv/charconv.msvc/
Dtest.cpp586 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_prefix() typedef
648 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_hex_prefix() typedef
686 using UIntType = conditional_t<IsDouble, std::uint64_t, std::uint32_t>; in test_floating_precision_prefix() typedef
/external/angle/third_party/abseil-cpp/absl/numeric/
Dbits_test.cc39 using UIntType = TypeParam; in TYPED_TEST() typedef