Searched refs:MethodImpl (Results 1 – 6 of 6) sorted by relevance
46 using MethodImpl = std::map<MethodImplType, std::function<void(Formatter &)>>; variable78 MethodImpl cppImpl,79 MethodImpl javaImpl);110 MethodImpl mCppImpl;111 MethodImpl mJavaImpl;
42 MethodImpl cppImpl, in fillImplementation()43 MethodImpl javaImpl) { in fillImplementation()
228 class MethodImpl : public Declaration {232 MethodImpl(const std::string& return_type,237 virtual ~MethodImpl() = default;251 DISALLOW_COPY_AND_ASSIGN(MethodImpl);
262 MethodImpl::MethodImpl(const string& return_type, in MethodImpl() function in android::aidl::cpp::MethodImpl276 StatementBlock* MethodImpl::GetStatementBlock() { in GetStatementBlock()280 void MethodImpl::Write(CodeWriter* to) const { in Write()
257 unique_ptr<MethodImpl> ret{new MethodImpl{ in DefineClientTransaction()531 unique_ptr<MethodImpl> on_transact{new MethodImpl{ in BuildServerSource()607 unique_ptr<MethodImpl> getter(new MethodImpl( in BuildInterfaceSource()
235 MethodImpl m{"return_type", "ClassName", "MethodName", in TEST_F()