Searched defs:MethodImpl (Results 1 - 2 of 2) sorted by relevance

/system/tools/aidl/
H A Dast_cpp.cpp262 MethodImpl::MethodImpl(const string& return_type, function in class:android::aidl::cpp::MethodImpl
276 StatementBlock* MethodImpl::GetStatementBlock() {
280 void MethodImpl::Write(CodeWriter* to) const {
H A Dast_cpp.h228 class MethodImpl : public Declaration { class in namespace:android::aidl::cpp
232 MethodImpl(const std::string& return_type,
237 virtual ~MethodImpl() = default;
239 // MethodImpl retains ownership of the statement block.
251 DISALLOW_COPY_AND_ASSIGN(MethodImpl);
252 }; // class MethodImpl

Completed in 57 milliseconds