Searched refs:IsOneWay (Results 1 – 6 of 6) sorted by relevance
44 inline bool IsOneWay() const in IsOneWay() function
64 inline bool IsOneWay() const in IsOneWay() function
523 std::string option = method->IsOneWay() ? "MessageOption::TF_ASYNC" : "MessageOption::TF_SYNC"; in EmitProxyStaticMethodBody()554 if (!method->IsOneWay()) { in EmitProxyStaticMethodBody()
326 if (!method->IsOneWay()) { in EmitProxyMethodBody()441 method->IsOneWay() ? "true" : "false"); in EmitStubCallMethod()
421 if (!method->IsOneWay()) { in EmitStubStaticMethodImpl()
635 if (interface->IsOneWay() || method->IsOneWay()) { in CheckMethodAttr()657 if (method->IsOneWay() && param->GetAttribute() == ParamAttr::PARAM_OUT) { in ParseMethodParamList()