Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/charconv/charconv.msvc/
H A 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
/aosp_15_r20/external/abseil-cpp/absl/numeric/
H A Dbits_test.cc39 using UIntType = TypeParam; in TYPED_TEST() typedef
/aosp_15_r20/external/cronet/third_party/abseil-cpp/absl/numeric/
H A Dbits_test.cc39 using UIntType = TypeParam; in TYPED_TEST() typedef
/aosp_15_r20/external/angle/third_party/abseil-cpp/absl/numeric/
H A Dbits_test.cc39 using UIntType = TypeParam; in TYPED_TEST() typedef
/aosp_15_r20/frameworks/libs/native_bridge_support/android_api/libvulkan/proxy/
Dcpp_types.go339 var UIntType Type = &unsignedFixedType{fixedType{32, 32, UInt, "unsigned int"}} var