Home
last modified time | relevance | path

Searched refs:ToUnderlyingStorage (Results 1 – 2 of 2) sorted by relevance

/aosp12/art/libartbase/base/
H A Dbit_struct_detail.h64 static constexpr StorageType ToUnderlyingStorage(T value) { in ToUnderlyingStorage() function
H A Dbit_struct.h167 ConversionType converted = ValueConverter::ToUnderlyingStorage(value); in Set()