Searched refs:mOneway (Results 1 – 2 of 2) sorted by relevance
62 bool isOneway() const { return mOneway; } in isOneway()118 bool mOneway; member
36 mOneway(oneway), in Method()153 Method* method = new Method(mName.c_str(), mArgs, mResults, mOneway, mAnnotations, location()); in copySignature()