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