Searched refs:retDesc (Results 1 – 4 of 4) sorted by relevance
110 void Response::SetRetDesc(const std::string &retDesc) in SetRetDesc() argument112 retDesc_ = retDesc; in SetRetDesc()182 void IResponse::SetRetDesc(const std::string &retDesc) in SetRetDesc() argument184 ResponseCast::Ref(this).SetRetDesc(retDesc); in SetRetDesc()
122 void SetRetDesc(const std::string &retDesc);
119 void SetRetDesc(const std::string &retDesc);
672 auto retDesc = ARKTS_GetSymbolDesc(env, symbol); in TestSymbol() local673 EXPECT_EQ(std::string(retDesc), originDesc); in TestSymbol()674 ARKTS_FreeCString(retDesc); in TestSymbol()