Searched refs:IsOneway (Results 1 – 5 of 5) sorted by relevance
304 if (interface.IsOneway() || method.IsOneway()) { in DefineClientTransaction()314 if (!interface.IsOneway() && !method.IsOneway()) { in DefineClientTransaction()459 if (!method.IsOneway()) { in HandleServerTransaction()
175 bool IsOneway() const { return oneway_; } in IsOneway() function288 bool IsOneway() const { return oneway_; } in IsOneway() function
182 bool oneway = m->IsOneway() || c->IsOneway(); in check_types()
268 const bool oneway = proxyClass->mOneWay || method.IsOneway(); in generate_method()
882 b.IsOneway(), filename, b.GetLine(), stub, proxy); in AddBinderType()