Searched defs:MaybeConstantView (Results 1 – 1 of 1) sorted by relevance
32 MaybeConstantView() : value_() {} in MaybeConstantView() function33 constexpr explicit MaybeConstantView(ValueT value) : value_(value) {} in MaybeConstantView() function