Searched refs:BadAnyCast (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/media_foundation/engine/include/plugin/common/ |
H A D | any.h | 72 * @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 D | TestAny.cpp | 159 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 D | any.h | 116 * @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