Searched defs:UIntType (Results 1 – 6 of 6) sorted by relevance
/external/cronet/stable/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/ |
D | test.cpp | 587 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/ |
D | test.cpp | 587 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/ |
D | bits_test.cc | 39 using UIntType = TypeParam; in TYPED_TEST() typedef
|
/external/abseil-cpp/absl/numeric/ |
D | bits_test.cc | 39 using UIntType = TypeParam; in TYPED_TEST() typedef
|
/external/cronet/stable/third_party/abseil-cpp/absl/numeric/ |
D | bits_test.cc | 39 using UIntType = TypeParam; in TYPED_TEST() typedef
|
/external/angle/third_party/abseil-cpp/absl/numeric/ |
D | bits_test.cc | 40 using UIntType = TypeParam; in TYPED_TEST() typedef
|