Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl.h32 enum class EnumWithTraitsImpl { CUSTOM_VALUE_0 = 10, CUSTOM_VALUE_1 = 11 }; enumerator
83 EnumWithTraitsImpl enum_ = EnumWithTraitsImpl::CUSTOM_VALUE_0;
Dstruct_with_traits_impl_traits.cc57 case test::EnumWithTraitsImpl::CUSTOM_VALUE_0: in ToMojom()
72 *output = test::EnumWithTraitsImpl::CUSTOM_VALUE_0; in FromMojom()