Home
last modified time | relevance | path

Searched defs:EnumType (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_3d/lume/metaobject/include/meta/base/
H A Dbit_field.h143 constexpr operator EnumType() const noexcept in EnumType() function
/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dmeta.cpp97 #define DEFINE_METADATA_SETTER_GETTER(tag, EnumType) {tag, std::make_pair(Set##EnumType, Get##Enum… argument
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/audioutils/include/
H A Daudio_utils.h431 int32_t GetKeyFromValue(const std::unordered_map<EnumType, V> &map, const V &value) in GetKeyFromValue()