HomeSort by relevance Sort by last modified time
    Searched refs:CUSTOM_VALUE_0 (Results 1 - 2 of 2) sorted by null

  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl.h 32 enum class EnumWithTraitsImpl { CUSTOM_VALUE_0 = 10, CUSTOM_VALUE_1 = 11 };
83 EnumWithTraitsImpl enum_ = EnumWithTraitsImpl::CUSTOM_VALUE_0;
struct_with_traits_impl_traits.cc 57 case test::EnumWithTraitsImpl::CUSTOM_VALUE_0:
72 *output = test::EnumWithTraitsImpl::CUSTOM_VALUE_0;

Completed in 48 milliseconds