Home
last modified time | relevance | path

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

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