Searched defs:EnumType (Results 1 – 3 of 3) sorted by relevance
143 constexpr operator EnumType() const noexcept in EnumType() function
97 #define DEFINE_METADATA_SETTER_GETTER(tag, EnumType) {tag, std::make_pair(Set##EnumType, Get##Enum… argument
431 int32_t GetKeyFromValue(const std::unordered_map<EnumType, V> &map, const V &value) in GetKeyFromValue()