Home
last modified time | relevance | path

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

/external/libmojo/mojo/public/cpp/bindings/tests/
Dstruct_with_traits_impl_traits.cc59 case test::EnumWithTraitsImpl::CUSTOM_VALUE_1: in ToMojom()
75 *output = test::EnumWithTraitsImpl::CUSTOM_VALUE_1; in FromMojom()
Dstruct_traits_unittest.cc246 input.set_enum(EnumWithTraitsImpl::CUSTOM_VALUE_1); in TEST_F()
332 EnumWithTraitsImpl::CUSTOM_VALUE_1, in TEST_F()
333 base::Bind(&ExpectEnumWithTraits, EnumWithTraitsImpl::CUSTOM_VALUE_1, in TEST_F()
340 input.set_enum(EnumWithTraitsImpl::CUSTOM_VALUE_1); in TEST_F()
Dstruct_with_traits_impl.h32 enum class EnumWithTraitsImpl { CUSTOM_VALUE_0 = 10, CUSTOM_VALUE_1 = 11 }; enumerator