Searched refs:expected_descriptor (Results 1 – 2 of 2) sorted by relevance
281 void ThrowWrongMethodTypeException(const std::string& expected_descriptor,
897 void ThrowWrongMethodTypeException(const std::string& expected_descriptor, in ThrowWrongMethodTypeException() argument900 msg << "Expected " << expected_descriptor << " but was " << actual_descriptor; in ThrowWrongMethodTypeException()