Searched refs:ConstructorImpl (Results 1 – 4 of 4) sorted by relevance
194 class ConstructorImpl : public Declaration {196 ConstructorImpl(const std::string& class_name,199 virtual ~ConstructorImpl() = default;209 DISALLOW_COPY_AND_ASSIGN(ConstructorImpl);
223 ConstructorImpl::ConstructorImpl(const string& class_name, in ConstructorImpl() function in android::aidl::cpp::ConstructorImpl230 void ConstructorImpl::Write(CodeWriter* to) const { in Write()
184 ConstructorImpl c("ClassName", ArgList({"a", "b", "c"}), in TEST_F()
387 file_decls.push_back(unique_ptr<Declaration>{new ConstructorImpl{ in BuildClientSource()