Searched refs:castTo (Results 1 – 2 of 2) sorted by relevance
27 Return<bool> canCastInterface(IBase* interface, const char* castTo, bool emitError) { in canCastInterface() argument34 if (std::string(IBase::descriptor) == castTo) { in canCastInterface()41 if (types[i] == castTo) { in canCastInterface()
32 const char* castTo, bool emitError = false);