Home
last modified time | relevance | path

Searched refs:BadAnyCast (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_foundation/engine/include/plugin/common/
H A Dany.h72 * @brief BadAnyCast exception, which is thrown when error occurs in AnyCast
77 class BadAnyCast : public std::bad_cast { class
632 * @return throws BadAnyCast exception if type mismatch, operand is nullptr, or valueType is function/array. Otherwise,
645 throw BadAnyCast(); in AnyCast()
657 * @return throws BadAnyCast exception if type mismatch, operand is nullptr, or valueType is function/array. Otherwise,
670 throw BadAnyCast(); in AnyCast()
682 * @return throws BadAnyCast exception if type mismatch, operand is nullptr, or valueType is function/array. Otherwise,
695 throw BadAnyCast(); in AnyCast()
/foundation/multimedia/media_foundation/test/unittest/
H A DTestAny.cpp159 ASSERT_THROW(AnyCast<std::string>("test"), BadAnyCast); in HWTEST()
160 ASSERT_THROW(AnyCast<char*>("test"), BadAnyCast); in HWTEST()
/foundation/multimedia/media_foundation/interface/inner_api/meta/
H A Dany.h116 * @brief BadAnyCast exception, which is thrown when error occurs in AnyCast
121 class BadAnyCast : public std::bad_cast { class
840 * @return throws BadAnyCast exception if type mismatch, operand is nullptr, or valueType is function/array. Otherwise,
862 * @return throws BadAnyCast exception if type mismatch, operand is nullptr, or valueType is function/array. Otherwise,
884 * @return throws BadAnyCast exception if type mismatch, operand is nullptr, or valueType is function/array. Otherwise,

Completed in 3 milliseconds