Home
last modified time | relevance | path

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

/art/libartbase/base/
Dbit_struct_detail.h65 ValueConverter converter; in ToUnderlyingStorage() local
66 converter.value_.val_ = value; in ToUnderlyingStorage()
67 return converter.storage_.val_; in ToUnderlyingStorage()
71 ValueConverter converter; in FromUnderlyingStorage() local
72 converter.storage_.val_ = storage; in FromUnderlyingStorage()
73 return converter.value_.val_; in FromUnderlyingStorage()