Home
last modified time | relevance | path

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

/aosp_15_r20/external/emboss/runtime/cpp/
H A Demboss_constant_view.h32 MaybeConstantView() : value_() {} in MaybeConstantView() function
33 constexpr explicit MaybeConstantView(ValueT value) : value_(value) {} in MaybeConstantView() function