Searched refs:IsOneway (Results 1 – 5 of 5) sorted by relevance
316 if (interface.IsOneway() || method.IsOneway()) { in DefineClientTransaction()326 if (!interface.IsOneway() && !method.IsOneway()) { in DefineClientTransaction()482 if (!method.IsOneway()) { in HandleServerTransaction()
212 bool IsOneway() const { return oneway_; } in IsOneway() function328 bool IsOneway() const { return oneway_; } in IsOneway() function
188 bool oneway = m->IsOneway() || c->IsOneway(); in check_types()
266 const bool oneway = proxyClass->mOneWay || method.IsOneway(); in generate_method()
882 b.IsOneway(), filename, b.GetLine(), stub, proxy); in AddBinderType()