Home
last modified time | relevance | path

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

/external/cronet/stable/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
Dtest.cpp587 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/cronet/tot/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
Dtest.cpp587 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/cronet/tot/third_party/abseil-cpp/absl/numeric/
Dbits_test.cc39 using UIntType = TypeParam; in TYPED_TEST() typedef
/external/abseil-cpp/absl/numeric/
Dbits_test.cc39 using UIntType = TypeParam; in TYPED_TEST() typedef
/external/cronet/stable/third_party/abseil-cpp/absl/numeric/
Dbits_test.cc39 using UIntType = TypeParam; in TYPED_TEST() typedef
/external/angle/third_party/abseil-cpp/absl/numeric/
Dbits_test.cc40 using UIntType = TypeParam; in TYPED_TEST() typedef