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

  /external/libmojo/mojo/public/cpp/bindings/
enum_traits.h 14 // struct EnumTraits<MojomType, T> {
23 struct EnumTraits;
  /external/libmojo/mojo/public/cpp/bindings/tests/
struct_with_traits_impl_traits.cc 54 EnumTraits<test::EnumWithTraits, test::EnumWithTraitsImpl>::ToMojom(
67 bool EnumTraits<test::EnumWithTraits, test::EnumWithTraitsImpl>::FromMojom(
struct_with_traits_impl_traits.h 35 struct EnumTraits<test::EnumWithTraits, test::EnumWithTraitsImpl> {
  /external/vulkan-validation-layers/libs/vkjson/
vkjson.cc 43 template <typename T> struct EnumTraits;
44 template <> struct EnumTraits<VkPhysicalDeviceType> {
49 template <> struct EnumTraits<VkFormat> {
559 if (value < EnumTraits<T>::min() || value > EnumTraits<T>::max())

Completed in 279 milliseconds